CDN Resources for ngx-editor

Quick access to CDN links for the ngx-editor package

CDN Resources for ngx-editor
Various ways to access ngx-editor via Content Delivery Networks

Package Installation

npm
npm install ngx-editor
yarn
yarn add ngx-editor
pnpm
pnpm add ngx-editor

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/ngx-editor"></script>
Unpkg
<script src="https://unpkg.com/ngx-editor"></script>
jsDelivr ESM
<script type="module">
  import ngxeditor from 'https://cdn.jsdelivr.net/npm/ngx-editor/+esm';
</script>
Skypack
<script type="module">
  import ngxeditor from 'https://cdn.skypack.dev/ngx-editor';
</script>