Label Marker for AI Learning
npm install xtion-label
`
or use npm
`
npm install xtion-label
`
then import it
`
import XLabel from 'xtion-label'
const config = { / see options /}
const xlabel = new XLabel(document.getElementById('container'), config)
xlabel.setImg('/label-img-path')
xlabel.setData(label data)
// get label data
xlabel.getData()
``