mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-23 15:09:28 -07:00
400 B
400 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/keyoxide@0.3.0/dist/doip.min.js"></script>
Next step: quick start (Node.js) and quick start (browser)