UNPKG

create-chrome-ext

Version:

Scaffolding your chrome extension, multiple boilerplates supported!

6 lines (4 loc) 189 B
import { createElement, render } from 'preact' import { Options } from './Options' import './index.css' render(createElement(Options, null), document.getElementById('app') as HTMLElement)