@sourcetoad/react-native-sketch-canvas
Version:
react-native-sketch-canvas allows you to draw / sketch on both iOS and Android devices and sync the drawing data between users. Of course you can save as image.
12 lines (11 loc) • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.OnChangeEventType = void 0;
let OnChangeEventType = exports.OnChangeEventType = /*#__PURE__*/function (OnChangeEventType) {
OnChangeEventType["PathsUpdate"] = "pathsUpdate";
OnChangeEventType["Save"] = "save";
return OnChangeEventType;
}({});
//# sourceMappingURL=types.js.map