0.0.3 • Published 9 years ago

natrium-browser v0.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

Natrium - Browser

libsodium.js wrapped with natrium api

This module must have exactly the same behaviour as natrium

Please check out natrium for the examples

Install

npm i --save natrium-browser

Usage

Import / Require

import natrium from 'natrium-browser';
// OR
var natrium = require('natrium-browser').default;

Examples - link