-
-
Notifications
You must be signed in to change notification settings - Fork 1
2. Installation
Axorax edited this page Apr 14, 2023
·
2 revisions
npm i duco
unpkg
import { Duco } from 'https://www.unpkg.com/duco@2.0.4/index.js';
Avoid using https://www.unpkg.com/duco
as it takes a long time to load. Make sure to specify the version and file.
jsdelivr
import { Duco } from 'https://cdn.jsdelivr.net/npm/duco';