package
Version:
v0.0.0-...-c5bcced
Opens a new window with list of versions in this module.
Published: Sep 16, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
The image/datamatrix package generates datamatrix barcode images.
var lib = require('image/datamatrix');
var img = lib('https://abcum.com', 500, 500);
img.pipe(context.res.body, image.PNG);
Source Files
¶
Click to show internal directories.
Click to hide internal directories.