UNPKG

@magnetman103/react-native-sketch-canvas

Version:

A fork of react native sketch canvas from sourcetoad for modification.

9 lines (8 loc) 484 B
"use strict"; import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent'; import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativeCommands'; export default codegenNativeComponent('RNTSketchCanvas'); export const Commands = codegenNativeCommands({ supportedCommands: ['save', 'addPoint', 'addPath', 'newPath', 'deletePath', 'endPath', 'clear', 'transferToBase64'] }); //# sourceMappingURL=SketchCanvasNativeComponent.js.map