728x90 ๐ฅ๏ธํ๋ก ํธ์๋67 ๋ฆฌ์กํธ - ์์ฑ์ ํ ์คํธ๋ก(react-speech-recognition) docs https://github.com/JamesBrill/react-speech-recognition/blob/master/docs/API.md GitHub - JamesBrill/react-speech-recognition: ๐ฌSpeech recognition for your React app ๐ฌSpeech recognition for your React app. Contribute to JamesBrill/react-speech-recognition development by creating an account on GitHub. github.com npm https://www.npmjs.com/package/react-speech-recognition#developing react-speech.. 2022. 11. 4. ์ผ๋ ํธ๋ก - ๋ถํธ์คํธ๋ฉ(bootstrap) ์ ์ฉ ๋ชจ๋ ๋ค์ด๋ก๋ npm install –save jquery npm install –save bootstrap bootstrap import TEST BTN ์ถ์ฒ: https://akageun.github.io/2018/08/22/electron-bs4.html [Electron.js] Bootstrap 4 ์ฌ์ฉํ๊ธฐ. ์ธ์ ๋ ๊ฐ๋ฐํ๊ธฐ๋ฅผ ์ฆ๊ธฐ๋ ๊ฐ๋ฐ์ ์ ๋๋ค. akageun.github.io 2022. 11. 1. Electron - Preload์์ npm ๋ชจ๋ ์ฌ์ฉํ๊ธฐ random์ด๋ผ๋ ๋ชจ๋์ ์ฌ์ฉํ๊ณ ์ถ์ ๊ฒฝ์ฐ main.js const mainWindow = new BrowserWindow({ width: 800, height: 600, webPreferences: { nodeIntegration: true, preload: path.join(__dirname, 'preload.js') } }) webPreferences ๊ฐ์ฒด์ nodeIntegration: true๋ฅผ ์ถ๊ฐํ๋ค. preload.js const random = require('random') window.addEventListener('DOMContentLoaded', () => { document.querySelector("#btn").addEventListener("click", ()=>{ aler.. 2022. 10. 31. ๋ฆฌ์กํธ ๋ค์ดํฐ๋ธ - WebView ์๋ฐ์คํฌ๋ฆฝํธ ์กฐ์ & WebView์ ์ฑ ๋ฉ์์ง ์ ๋ฌ import * as React from 'react'; import { WebView } from 'react-native-webview'; import { StyleSheet } from 'react-native'; import Constants from 'expo-constants'; export default function App() { return ( {console.log(event.nativeEvent.data)}} /> ); } const styles = StyleSheet.create({ container: { flex: 1, marginTop: Constants.statusBarHeight, }, }); ์ฐธ๊ณ : https://docs.expo.dev/versions/latest/sdk.. 2022. 10. 21. ๋ฆฌ์กํธ - UI ํ๋ ์์ํฌ(MUI) https://mui.com/ MUI: The React component library you always wanted MUI provides a simple, customizable, and accessible library of React components. Follow your own design system, or start with Material Design. mui.com 2022. 10. 15. ๋ฆฌ์กํธ - ํ ์คํธ ํ์ (React-Toastify) ๋ชจ๋ https://fkhadra.github.io/react-toastify/introduction React-toastify | React-Toastify [](https://opencollective.com/react-toastify)  { return ( ); } const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#fff', alignItems: 'center', justifyContent: 'center', }, map: { width: Dimensions.get('window').width, height: Dimensions.get('window')... 2022. 10. 14. ์๋ฐ์คํฌ๋ฆฝํธ - ๋ด ์ปดํจํฐ GPU(๊ทธ๋ํฝ ์นด๋) ์ ๋ณด ๊ฐ์ ธ์ค๊ธฐ(WebGL) var canvas = document.createElement('canvas'); var gl; var debugInfo; var vendor; var renderer; try { gl = canvas.getContext('webgl') || canvas.getContext('experimental-webgl'); } catch (e) { } if (gl) { debugInfo = gl.getExtension('WEBGL_debug_renderer_info'); vendor = gl.getParameter(debugInfo.UNMASKED_VENDOR_WEBGL); renderer = gl.getParameter(debugInfo.UNMASKED_RENDERER_WEBGL); } console.log(.. 2022. 10. 12. ์๋ฐ์คํฌ๋ฆฝํธ - Pure JavaScript HTML5 to (Animated) GIF Conversion HTML5๋ฅผ GIF๋ก ๋ณํ ์ํค๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ https://github.com/antimatter15/jsgif/ GitHub - antimatter15/jsgif: Save a HTML5 Canvas to GIF and Animations. A port of as3gif GIFPlayer to JS Save a HTML5 Canvas to GIF and Animations. A port of as3gif GIFPlayer to JS - GitHub - antimatter15/jsgif: Save a HTML5 Canvas to GIF and Animations. A port of as3gif GIFPlayer to JS github.com 2022. 10. 12. ํ๋ก ํธ์๋ - ํ์ค๋ก ๋ ๋ผ์จ JavaScript ์ด์๊ฒ ๋ณํํ๋ ์ฌ์ดํธ https://codebeautify.org/javascript-pretty-print Javascript Pretty Print online Online JavaScript Pretty Print to pretty Javascript and Print JavaScript online. codebeautify.org 2022. 10. 12. ํ๋ก ํธ์๋ - ํด๋ผ์ด์ธํธ ์์ฒญ ํค๋ ํ์ธํ๋ ์ฌ์ดํธ (httpbin/headers) Accept, Accept-Encoding, Accept-Language, Host, User-Agent ๋ฑ๋ฑ https://www.httpbin.org/headers 2022. 10. 11. ๋ฆฌ์กํธ ๋ค์ดํฐ๋ธ - ์ ์ฉํ ์ฌ์ดํธ ๋ชจ์ ๋ฆฌ์กํธ ๋ค์ดํฐ๋ธ ๊ณต์ ๋ฌธ์ https://reactnative.dev/ React Native · Learn once, write anywhere A framework for building native apps using React reactnative.dev ์ฑ์ด๋ ๋ธ๋ผ์ฐ์ ์์ ๋ผ์ด๋ธ ์คํ ์ง์ํ๋ ์ฌ์ดํธ https://snack.expo.dev/ Snack - React Native in the browser Write code in Expo's online editor and instantly use it on your phone. snack.expo.dev Expo SDK(์นด๋ฉ๋ผ, ํด๋ฆฝ๋ณด๋, ์ค๋์ค ๊ด๋ จ ๋ผ์ด๋ธ๋ฌ๋ฆฌ) https://docs.expo.dev/versions/latest/ API R.. 2022. 10. 10. ์ด์ 1 2 3 4 5 6 ๋ค์ 728x90