Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

milsymbol-png

d4n5h20MIT1.0.1

milsymbol library with toPNG function

milsymbol, png, 2525, symbol, svg, toPNG, mil

readme

milsymbol-png

milsymbol library with .toPNG() function

Documentation

Please take a look at: https://github.com/spatialillusions/milsymbol

Example

const ms = require('milsymbol-png')

const main = async ()=>{
    const symbol = await new ms('10050100001101040000', { size: 35 }).asPNG()
    console.log(symbol)
}

main()