Je Xia
Je Xia
add dark theme
a bit style update
### Discussed in https://github.com/esm-dev/esm.sh/discussions/758 Originally posted by **mandric** November 16, 2023 Hello, esm.sh looks amazing and I am trying to use it for the first time. I thought it would...
- Improve playground - https://code.esm.sh/ - persist storage - preview URL: `YOUR-PLAYGROUND.esm.app/` - share playground - add HMR support - support Vue.js - integrate UnoCSS - start templates - CDNaaS...
https://esm.sh/[email protected]/packages/cli/dist/index.js fails https://esm.sh/[email protected]/packages/cli/dist/index.js?raw works
Related to https://github.com/automerge/automerge/discussions/826
```md --- title: Hello World desc: Hello world! slug: hello-world cover: /images/hello-world.png ---  # {title} Hello world! ``` 👇 ```html Hello World Hello World Hello world! ```
🚀 esm.sh/run(v2) - ts/jsx just works™️ in browser. **example**: ```html { "imports": { "react": "https://esm.sh/[email protected]", "react-dom": "https://esm.sh/[email protected]" } } ``` **supported module extensions**: - [x] .js/.ts - [x] .jsx/.tsx (react,preact,etc...)...