UNPKG

create-chrome-ext

Version:

Scaffolding your chrome extension, multiple boilerplates supported!

8 lines (5 loc) 123 B
import App from './Options.svelte' const app = new App({ target: document.getElementById('app'), }) export default app