-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It'd be cool for script injection to support modules.
<script type="module">CodePen does this to support npm packages via ESM CDN, used as:
import { Scene } from "https://esm.sh/three";
const scene = new Scene();In App.tsx at: https://github.com/ronanru/better-codepen/blob/2475805e583b56764461467954056a0745e430bb/src/App.tsx#L108-L110
Extremely cool project - this is impressive, and inspiring.
Metadata
Metadata
Assignees
Labels
No labels