react rune:用于Rune.js的React包装器 源码
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
下载地址
用户评论