Continuation of a simple and beautiful text diff viewer component made with diff and React
A library to create a trace of your node app per Google's Trace Event format.
View your Tailwind CSS config file...visually!
Debugger frontend for React Native based on Chrome DevTools
Easily display interactive 3D models on the web and in AR!
Angular 5+ component for rendering PDF
parses xunit xml into xunit viewer
A JavaScript library to display 360° panoramas
Create and modify PDF files with JavaScript
Embedding PDF files in your Angular application. Highly configurable viewer including the toolbar, sidebar, and all the features you're used to.
Media Viewer
React component for embedding PDF documents
Interactive Json Viewer, but not only a json viewer
JSON formatter / viewer for Angular
Edit history viewer UI for Univer Pro.
A beautiful React component for viewing JSON Schema
A simple and beautiful text diff viewer component made with diff and React
An angular component for displaying pdfs, wrapping the latest Mozilla PDF.js.
Unofficial Figma spec viewer: Live Embed Kit - Live + Guidelines + Inspector
Essential JS 2 PDF viewer Component
Tree Widget React
A custom viewer element for the Cropper.
A react component that renders Stoplight flavored markdown.
File viewer for React.
Pictureframe's main webapp for viewing rotating images
Pictureframe's main webapp for viewing rotating images
Port of the WP SVG Viewer frontend packaged as a Jekyll plugin gem with configurable defaults, localized UI strings, and an optional preset builder page.
== DESCRIPTION: rutemaweb is the web frontend for rutema. It can be used as a viewer for database files created with the rutema ActiveRecord reporter. It also provides you with some basic statistics about the tests in your database in the form of diagrams of debatable aesthetics but undoubtable value! == FEATURES/PROBLEMS: == SYNOPSIS: rutemaweb [results.db] and browse to http://localhost:7000 for the glorious view == REQUIREMENTS: * patir (http://patir.rubyforge.org) * activerecord (http://ar.rubyonrails.com/) * sqlite3 (http://rubyforge.org/projects/sqlite-ruby/) * ramaze (http://www.ramaze.net/) * ruport (http://rubyreports.org/) * acts_as_reportable * erubis * gruff/RMagick (optional, but needed if you want to see the statistics graphs)
== DESCRIPTION: rutema_web is the web frontend for rutema. It can be used as a viewer for database files created with the rutema ActiveRecord reporter. It also provides you with some basic statistics about the tests in your database in the form of diagrams of debatable aesthetics but undoubtable value! == SYNOPSIS: rutema_web config.yaml and browse to http://localhost:7000 for the glorious view Here is a sample of the configuration YAML: --- :db: :adapter: sqlite3 :database: rutema_test.db :settings: :page_size: 10 :last_n_runs: 20 :port: 7000 :show_setup_teardown: true The :db: section should be the activerecord adapter configuration. The :settings: section controls the behaviour of the web app.