0.1.3 • Published 3 years ago

larva_rs v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Larva_rs

This project is based on code from VTracer.

Larva converts base64 images to SVG.

This module is written in Rust and compiled to WebAssembly using wasm-pack.

Usage

import init, { convert } from 'larva_rs'

// Make sure you run this before "convert"
init()

// Convert accepts only base64 format (without image/png...)
var base64img = ''

// Returns the svg as a string.
var svg = convert(base64img)
0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago