Skip to content

Instantly share code, notes, and snippets.

@tokyosheep
Created September 29, 2020 13:53
Show Gist options
  • Select an option

  • Save tokyosheep/26fa253ca07b5465995d1a46cc617d3a to your computer and use it in GitHub Desktop.

Select an option

Save tokyosheep/26fa253ca07b5465995d1a46cc617d3a to your computer and use it in GitHub Desktop.
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