NPM Package
WARNING
This page is a work in progress.
The Secreto lib is available as an npm package. You can use it to create and manage Secreto notes.
Installation
You can install the Secreto Lib using npm, yarn, or pnpm.
Using npm
bash
npm install -g @secreto/libUsing yarn
bash
yarn global add @secreto/libUsing pnpm
bash
pnpm add -g @secreto/lib