markushedvall / plantuml-encoder

PlantUML encoder, works in browser & node.js
MIT License
106 stars 15 forks source link

Is it possible to use this library as ES module #12

Open shd101wyy opened 4 years ago

shd101wyy commented 4 years ago

First of all, thank you very much for your project.
Just wondering, is it possible to use this library as an ES module? For example:

import * as plantumlEncoder from "plantuml-encoder"

Thank you!