Determine XDG Base Directory paths (OS/platform portable)
Portable Text Editor made in React
Generic build of Mozilla's PDF.js library.
Render Portable Text with React
Convert a Sanity Schema to a Portable Text Schema
Experimental debugger shell for React Native for use with @react-native/debugger-frontend
Storybook Doc Blocks
This is a Vite plugin that allows you to use Next.js features in Vite. It is the basis for `@storybook/experimental-nextjs-vite` and should be used when running portable stories in Vitest.
Toolkit of handy utility functions for dealing with Portable Text
Shared utilities for soda-gql packages
Minimal mruby ↔ JavaScript bridge for WebAssembly. Run mruby in browsers and Node with a JS::Object DOM/JS interop API.
mcl ; A portable and fast pairing-based cryptography library for Node.js by WebAssembly
[](https://www.npmjs.org/package/nswag-portable) [](https://www.npmjs.org/package/nswag-portable) [, secure URL-friendly unique string ID generator
Render [Portable Text](https://portabletext.org) block content with [Svelte](https://svelte.dev/) components.
Shared TypeScript definitions for core Portable Text data structures
Package for reading and writing PE code signatures (but not creating them)
Render Portable Text to HTML
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
Platform specific implementations for the browser
An easy way to render Portable Text block content in React applications.
Vendored win32 ExifTool for Node.js
portable_mruby compiles Ruby programs into single-file executables that run on Linux, macOS, Windows, FreeBSD, OpenBSD, and NetBSD without any dependencies. It uses mruby (embedded Ruby) and Cosmopolitan Libc to create "Actually Portable Executables" that work across x86_64 and ARM64 architectures.
mruby-portable packages a small mruby/SDL2 PSP runtime and builds EBOOT.PBP files through Docker.
A simple testing library that works on ruby and mruby. This has been designed to be very modular, you can run different types of suites with different setup/teardown and before/after blocks. You can have as many reporters as you want, these can range from "output to the terminal in a nice way" all the way to "shape the results into an XML or JSON for my CI". The secondary purpose of this testing library is to work with mruby for my game engine Taylor and any project built upon that. I also plan to support quite a few ruby versions as I want the code for this to be very portable. The main feature I don't want to drop is positional AND keyword arguments in definitions, this means anything that matches the Ruby 2.6+ spec should be compatible.