Libraries
mathiasbynens/jsesc: Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
Given some data, jsesc returns a stringified representation of that data. jsesc is similar to JSON.stringify() except:
it outputs JavaScript instead of JSON by default, enabling support for data structures like ES6 maps and sets;
it offers many o...
kleisauke/wasm-vips: libvips for the browser and Node.js, compiled to WebAssembly with Emscripten.
Programs that use wasm-vips don't manipulate images directly, instead they create pipelines of image processing operations building on a source image. When the end of the pipe is connected to a destination, the whole pipeline executes at once, str...
hichemfantar/react-bluesky-embed: Embed Bluesky UI into your application like posts, comments, and profiles
React Bluesky Embed allows you to embed post threads, profiles, and comments in your React application when using Next.js, Create React App, Vite, and more.
Profiles and comments support coming soon.
Adapters for Solid, Vue, Angular, and Svelte ...
whawker/react-jsx-highcharts: Highcharts built with proper React components
React JSX Highcharts uses a different approach. By providing React components for each Highcharts component, we can observe exactly which prop has changed and call the optimal Highcharts method behind the scenes. For example, if the data prop were...