1.0.1 • Published 3 years ago

milsymbol-png v1.0.1

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

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()