Created
September 29, 2020 13:53
-
-
Save tokyosheep/26fa253ca07b5465995d1a46cc617d3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import "../styles/style.scss";//sassを読み込み | |
| import "@babel/polyfill";//polyfillを読み込み | |
| window.onload = () =>{ | |
| "use strict"; | |
| const csInterface = new CSInterface(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment