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