@kichiyaki/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.
30 lines (29 loc) • 733 B
JSON
{
"name": "@kichiyaki/react-native-sketch-canvas",
"repository": {
"type": "git",
"url": "https://github.com/Kichiyaki/react-native-sketch-canvas"
},
"version": "0.8.10",
"description": "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.",
"author": "Terry Lin",
"main": "index.js",
"keywords": [
"react-native",
"react-native-sketch",
"react-native-svg",
"react",
"native",
"sketch",
"svg",
"draw"
],
"nativePackage": true,
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.3"
},
"peerDependencies": {
"react-native": ">=0.60.5"
}
}