Click any tag below to further narrow down your results
Links
Wavesurfer.js is a JavaScript library for rendering audio waveforms and playback in web applications. It supports various plugins for added functionality and can handle audio from different sources while providing options for customization. The library is also compatible with TypeScript.
Travels is a lightweight library for implementing undo and redo functionality in applications. It only stores the differences between states, making it memory-efficient and faster than traditional systems. It works with various frameworks and is easy to integrate.
Ansis is a compact ANSI color library designed for terminals and browser environments, focusing on speed and functionality. It supports various module systems and offers features like chained syntax, nested template strings, and automatic color support detection. The library is a modern alternative to older ANSI libraries, providing enhanced performance and usability for developers.
jsonriver is a lightweight JavaScript library designed for incremental JSON parsing from streams, allowing users to receive progressively complete data structures. It operates solely on standard JavaScript features, ensuring compatibility across environments, and mimics the behavior of JSON.parse while providing performance benefits in streaming scenarios. The library also includes specific behaviors for handling types and properties in JSON objects.