CDN Resources for aframe

Quick access to CDN links for the aframe package

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

Package Installation

npm
npm install aframe
yarn
yarn add aframe
pnpm
pnpm add aframe

CDN Links

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