Packages

Packages in JavaScript are supported using ESM. You can use a third-party JS CDN to load third-party packages. Some possible CDNs include:

Example

import Chart from 'https://esm.run/chart.js/auto';

Last updated