A library for performing elliptic curve operations on the secp256k1 curve. It is designed to integrate into the BitcoinJS & BitcoinerLAB ecosystems and uses the audited noble-secp256k1 library. It is compatible with environments that do not support WASM,
A tiny library that brings Tiny Types to JavaScript and TypeScript
A frame-synced render loop for JavaScript
Get a KeyboardEvent.key-style string from an event
Tiny terminal spinner
tiny commit walker
Tiny LiveReload server, background-friendly
Tiny JavaScript tokenizer.
JSON Merge Patch (RFC 7396) Implementation
A tiny function for truncating a string which may containg ANSI escapes, with automatic terminal width detection.
A tiny secp256k1 JS
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Type-safe data decoding and encoding for the minimalist.
Node-RED nodes to help flow looping.
A JavaScript text diff implementation.
Offload tasks to a pool of workers on node.js and in the browser
A tiny library for hiding and showing the cursor in the terminal.
Merge objects & other types recursively. A simple & small integration.
A BIP32 compatible library
Web workers & worker threads as simple as a function call
OpenType font parser
Minimalist `HTTP` client for `GET`, `POST`, `PUT`, `PATCH` and `DELETE` `JSON` payloads
Create an animated loop of a list of text for your headings
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.