pixano-elements icon indicating copy to clipboard operation
pixano-elements copied to clipboard

Pixano Elements - Re-usable web components dedicated to data annotation tasks.

Results 4 pixano-elements issues
Sort by recently updated
recently updated
newest added

Hi guys, I'm working with elements for annotations and have few questions: How do you select a polygon, for instance I want to reference a polygon by id? How do...

I am installing pixano-elements on Windows10. Node version 10.19, npm 6.13.4. And I receive the following error ``` PS C:\Users\m\Work\pixano-elements> npx serve demo npx : 91 installé(s) en 9.123s Unexpected...

/** * * Center the view on the point [targetX, targetY]. Apply a zoom if provided * * @param targetX * @param targetY * @param zoom * @param normalized */...

/** * Draw the text tag on the top left of the shape */ public drawText() { this.clearText(); const content = this.data['text'] || null; if (!content) { return; } let...