Skip to content

2. Installation

Axorax edited this page Apr 14, 2023 · 2 revisions

With npm

npm i duco

Via CDN

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';
Clone this wiki locally