UNPKG

create-chrome-ext

Version:

Scaffolding your chrome extension, multiple boilerplates supported!

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