Skip to content

PinnacleTechnology/react-picture-annotation

 
 

Repository files navigation

GitHub license

A simple annotation component.

rect

Install

# npm
npm install @cognite/react-picture-annotation

# yarn
yarn add @cognite/react-picture-annotation

Use within Cognite Data Fusion

By default, the PDF.JS worker is loaded in from a public CDN. But because of security concerns, we do not whitelist all domains to access things from public CDN within Fusion. Hence make sure to set the worker to a public hosted one like the ones here https://github.com/cognitedata/cdf-hub/tree/master/packages/root/static/dependencies. Also, make sure to check the version to use from package.json!

Setting the worker.js goes like this:

pdfjs.GlobalWorkerOptions.workerSrc = `//dev.fusion.cogniteapp.com/dependencies/pdfjs-dist@2.6.347/build/pdf.worker.js`;

Do this at the top of the file.

Shout out the the orig repo: https://github.com/Kunduin/react-picture-annotation

About

Annotated Images and PDF Preview and Editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.8%
  • JavaScript 1.1%
  • HTML 0.1%