UNPKG

hrw-certificate-editor

Version:

Design Editor Tools with React.js + ant.design + fabric.js

11 lines 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class CustomHandler { constructor(handler) { this.handler = handler; this.initialze(); } initialze() { } } exports.default = CustomHandler; //# sourceMappingURL=CustomHandler.js.map