CDN Resources for %40ckeditor

Quick access to CDN links for the %40ckeditor package

CDN Resources for %40ckeditor
Various ways to access %40ckeditor via Content Delivery Networks

Package Installation

npm
npm install %40ckeditor
yarn
yarn add %40ckeditor
pnpm
pnpm add %40ckeditor

CDN Links

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