1. 首页
  2. 数据库
  3. 其它
  4. react rune:用于Rune.js的React包装器 源码

react rune:用于Rune.js的React包装器 源码

上传者: 2021-03-15 23:24:45上传 ZIP文件 45.17KB 热度 20次
React符文 用于React包装器 安装 npm i react-rune 使用 import React from 'react' ; import Rune from 'react-rune' ; const FooBar = ( ) => { const draw = ( rune ) => { rune . rect ( 0 , 0 , 200 , 200 ) . fill ( 0 , 0 , 255 ) ; } ; return ( < > < div xss=removed> < Rune xss=removed xss=removed xss=removed> < / div > < > ); } ; export default FooBar
下载地址
用户评论