Sha256: e73970dadcf667d2aa2372e383da53b2b64ca8fdcbfea7cced42bf9a9520c857
Contents?: true
Size: 1007 Bytes
Versions: 1
Compression:
Stored size: 1007 Bytes
Contents
# plantuml-encoder PlantUML encoder for browsers and Node.js. [](https://www.npmjs.com/package/plantuml-encoder) [](https://travis-ci.org/markushedvall/plantuml-encoder) [](https://github.com/feross/standard) Encoded PlantUML can be used to create PlantUML URL links. # Install Node.js: ``` npm install plantuml-encoder ``` browser: ``` bower install plantuml-encoder ``` # Example ```javascript var plantumlEncoder = require('plantuml-encoder') var encoded = plantumlEncoder.encode('A -> B: Hello') console.log(encoded) // SrJGjLDmibBmICt9oGS0 var url = 'http://www.plantuml.com/plantuml/img/' + encoded ``` The URL can then be used to display the diagram:  # License MIT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tui_editor-rails-1.0.2.0 | vendor/assets/components/plantuml-encoder/README.md |