UNPKG

gm

Version:

GraphicsMagick and ImageMagick for node.js

12 lines (9 loc) 233 B
/** * Extend proto */ module.exports = function (proto) { require("./convenience/thumb")(proto); require("./convenience/morph")(proto); require("./convenience/sepia")(proto); require("./convenience/autoOrient")(proto); }