UNPKG

water-plant-uml

Version:

CLI tool for live-reloading and/or exporting PlantUML diagrams using the default PlantUML server or a local Docker server.

6 lines (4 loc) 138 B
const zlib = require('zlib'); module.exports = function (data) { return zlib.deflateRawSync(data, { level: 9 }).toString('binary'); };