CDN Resources for frappe-gantt-react

Quick access to CDN links for the frappe-gantt-react package

CDN Resources for frappe-gantt-react
Various ways to access frappe-gantt-react via Content Delivery Networks

Package Installation

npm
npm install frappe-gantt-react
yarn
yarn add frappe-gantt-react
pnpm
pnpm add frappe-gantt-react

CDN Links

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