1.0.8 • Published 6 years ago

class100-ppt v1.0.8

Weekly downloads
75
License
-
Repository
-
Last release
6 years ago

SVG编辑器。

何时使用

npm install -S svgreact 

API

import { Broadcaster, Viewer } from svgreact;

Broadcaster && Viewer 共同API

参数说明类型默认值
className类名string
width宽度number500
height高度number500
items笔画 (当为使用Broadcaster组件时,初始化才会render)array
selectItem当前选择笔画 (当为使用Broadcaster组件时,初始化才会render)object
mouseInfo鼠标信息 (当为使用Broadcaster组件时,初始化才会render)object
wBToolsInfo白板工具信息 (当为使用Broadcaster组件时,初始化才会render)object

Broadcaster 私有API

参数说明类型默认值
onWbToolsChange白板工具回调function(obj配置信息)
onMouseChange鼠标回调function(obj配置信息)
onDrawChange笔画回调function(obj配置信息)
onDeleteChange清除回调function(obj配置信息)

开发

  1. clone 代码
git clone https://github.com/hexiao-o/SvgEdit.git
  1. 安装依赖和启动服务
cd SvgEdit && npm install && cd example && npm install && npm run start
  1. 打开网页
open http://localhost:3000
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.19

7 years ago

0.2.18

7 years ago

0.2.17

7 years ago

0.2.16

7 years ago

0.2.15

7 years ago

0.2.13

7 years ago

0.2.12

7 years ago

0.2.11

7 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago