udt-to-svg

0.0.4 • Public • Published

UDT to SVG

This project converts UDT samples to SVGs, this makes them viewable in a wide variety of environments without loading the entire Universal Data Tool as a Javascript library.

The main goal of this library is comprehensive support of the UDT format. For the most part, it should remain lightweight.

If you run node example.js, you'll get a file that looks like this.

Usage

To install: npm install udt-to-svg

import { sampleToSvg } from "udt-to-svg"

sampleToSvg(udtDataset.samples[0], { width: 400, height: 300 })
// Outputs: <svg width="400" height="300">....</svg>

Readme

Keywords

none

Package Sidebar

Install

npm i udt-to-svg

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

10.4 kB

Total Files

7

Last publish

Collaborators

  • seveibar