CDN Resources for 0g-editor
Various ways to access 0g-editor via Content Delivery Networks
Package Installation
npm
npm install 0g-editor
yarn
yarn add 0g-editor
pnpm
pnpm add 0g-editor
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/0g-editor"></script>
Unpkg
<script src="https://unpkg.com/0g-editor"></script>
jsDelivr ESM
<script type="module">
import 0geditor from 'https://cdn.jsdelivr.net/npm/0g-editor/+esm';
</script>
Skypack
<script type="module">
import 0geditor from 'https://cdn.skypack.dev/0g-editor';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages