sjcl-codec-utf8-string

a modular fork of the sjcl.codec.utf8String namespace

Usage no npm install needed!

<script type="module">
  import sjclCodecUtf8String from 'https://cdn.skypack.dev/sjcl-codec-utf8-string';
</script>

README

sjcl-codec-utf8-string

A modular fork of the sjcl.codec.utf8String namespace.

Build status

Install

$ npm install sjcl-codec-utf8-string

Usage

As described in the sjcl docs but with each method required separately.

var fromBits = require('sjcl-codec-utf8-string/from-bits')
var toBits = require('sjcl-codec-utf8-string/to-bits')

License

BSD or GPL 2.0