mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-23 06:59:29 -07:00
399 B
399 B
Installation
Install using yarn:
yarn add doipjs
Install using NPM:
npm install --save doipjs
Install on website by including the following HTML snippet:
<script src="https://cdn.jsdelivr.net/npm/doipjs@0.11.2/dist/doip.min.js"></script>
Next step: quick start (Node.js) and quick start (browser)