CDN Resources for restler

Quick access to CDN links for the restler package

CDN Resources for restler
Various ways to access restler via Content Delivery Networks

Package Installation

npm
npm install restler
yarn
yarn add restler
pnpm
pnpm add restler

CDN Links

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