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