CDN Resources for jstransform
Various ways to access jstransform via Content Delivery Networks
Package Installation
npm
npm install jstransform
yarn
yarn add jstransform
pnpm
pnpm add jstransform
CDN 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