1.0.2 • Published 3 years ago

decoder-plantuml v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago