Easy Graph Renderer for the Web
OGDF Graph Layout for EgRenderer
> TODO: description
Storybook React renderer
React package for snapshot testing.
React package for shallow rendering.
@vue/runtime-core
Bundle Renderer for Vue 3.0
Renders highlighted Prism output using React
@vue/server-renderer
Storybook Vue 3 renderer: Develop, document, and test UI components in isolation
TypeScript definitions for react-test-renderer
Lightning 3 Renderer
Storybook for React: Develop React Component in isolation with Hot Reloading
React package for creating custom renderers.
Listr verbose renderer
Render videos in the browser (not yet released)
Just a simple logging module for your Electron application
Render Remotion videos using Node.js or Bun
An abstract Lit directive for adding a renderer to a Vaadin web component
Listr update renderer
Storybook Svelte renderer: Develop, document, and test UI components in isolation.
Create PDF files on the browser and server
Storybook HTML renderer: Develop, document, and test UI components in isolation
Helper to render microformats structures (eg hcard).
Generate raw un-rendered versions of selected resources. Shout out to John Gruber for the original idea - eg: http://daringfireball.net/2010/07/improved_regex_for_matching_urls.text
Synfeld is a web application framework that does practically nothing. Synfeld is little more than a small wrapper for Rack::Mount (see http://github.com/josh/rack-mount). If you want a web framework that is mostly just going to serve up json blobs, and occasionally serve up some simple content (eg. help files) and media, Synfeld makes that easy. The sample app below shows pretty much everything there is to know about synfeld, in particular: * How to define routes. * Simple rendering of erb, haml, html, json, and static files. * In the case of erb and haml, passing variables into the template is demonstrated. * A dynamic action where the status code, headers, and body are created 'manually' (/my/special/route below) * A simple way of creating format sensitive routes (/alphabet.html vs. /alphabet.json) * The erb demo link also demos the rendering of a partial (not visible in the code below, you have to look at the template file examples/public/erb_files/erb_test.erb).
Synfeld is a web application framework that does practically nothing. Synfeld is little more than a small wrapper for Rack::Mount (see http://github.com/josh/rack-mount). If you want a web framework that is mostly just going to serve up json blobs, and occasionally serve up some simple content (eg. help files) and media, Synfeld makes that easy. The sample app below shows pretty much everything there is to know about synfeld, in particular: * How to define routes. * Simple rendering of erb, haml, html, json, and static files. * In the case of erb and haml, passing variables into the template is demonstrated. * A dynamic action where the status code, headers, and body are created 'manually' (/my/special/route below) * A simple way of creating format sensitive routes (/alphabet.html vs. /alphabet.json) * The erb demo link also demos the rendering of a partial (not visible in the code below, you have to look at the template file examples/public/erb_files/erb_test.erb).