0.0.13 • Published 2 years ago

@siyu/text-label v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.13

2 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago