CDN Resources for %40ckeditor
Various ways to access %40ckeditor via Content Delivery Networks
Package Installation
npm
npm install %40ckeditoryarn
yarn add %40ckeditorpnpm
pnpm add %40ckeditorCDN 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>CDN Provider Resources
Learn more about the CDN services used to deliver these packages