:artist_palette: React本机素描
用于基于触摸的绘图的React Native组件。
产品特点
:backhand_index_pointing_up: 用手指绘图,并从中导出图像。
:crayon: 动态更改笔触的颜色和粗细。
:ghost: 生成透明图像(或不生成)。
建立
从npm安装模块:
npm i -S react-native-sketch
将模块链接到您的项目:
react-native link react-native-sketch
用法
import React from 'react' ;
import { Alert , Button , View } from 'react-native' ;
import Sketch from 'react-native-sketch' ;
export default class MyPaint extends React . Component {
save = ( ) => {
this . sketch . save ( ) . then ( ( { path } )
评论0
最新资源