1.0.2 • Published 2 years ago

decoder-plantuml v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

decoder-plantuml

PlantUML decoder in Node.js.

Install

Node.js:

npm install decoder-plantuml

Example

const plantumlDecoder = require('decoder-plantuml');

const encodedData = 'SoWkIImgAStDuNBAJrBGjLDmpCbCJbMmKiX8pSd9vt98pKi1IW80';

const decodedData = plantumlDecoder.decode(encodedData);
console.log(decodedData);
/**
@startuml
Bob -> Alice : hello
@enduml
*/

License

MIT

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago