convenience.js 233 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 /** * Extend proto */ module.exports = function (proto) { require("./convenience/thumb")(proto); require("./convenience/morph")(proto); require("./convenience/sepia")(proto); require("./convenience/autoOrient")(proto); }