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