decoder-plantuml

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i decoder-plantuml

Weekly Downloads

9

Version

1.0.2

License

MIT

Unpacked Size

24.1 kB

Total Files

4

Last publish

Collaborators

  • metangle