0.1.1 • Published 8 years ago

morsejs-render-svg v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

morsejs-render-svg

npm version Build Status Inline docs

A plugin for morsejs to render translated messages as Scalable Vector Graphic (SVG).

Installation

Dependency

npm install --save morsejs-render-svg

Usage

var morsejs = require("morsejs"),
    morsejsRenderSvg = require("morsejs-render-svg");
    
var svgElement = document.createElement("svg"),
    message = morsejs.translate("hello");
    
document.body.appendChild(svgElement);

morsejsRenderSvg.graphMorse(svgElement, message);
0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago