0.0.13 • Published 6 months ago

@siyu/text-label v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@siyu/text-label

这是一个为文本标签提供划词高亮能力的组件,支持react

const text = document.getElementById("text");
const scope = new TextLabelScope(text, {
    onLabel: info => {
        //划词结束回调
    },
    onRelabel: info => {
        //修改左右边界回调
    },
    onSelect: info => {
        //选中标注回调
    },
    onStartLabel: () => {
        //开始划词回调
    },
    color: '',//初始划词标注颜色
    labelOpacity: 0.7,//初始划词标注透明度
    labelDirectory: true,//是否直接标注
    initValue: [],//标注初始值
});

image-20220406014444567

0.0.12

6 months ago

0.0.13

6 months ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago