Baltazar Gomez

Results 112 comments of Baltazar Gomez

Also a shortcut keys section would be useful to have :thinking:

@DaniAcu Great idea: https://github.com/btzr-io/Villain/issues/316

I'll use create-react-app for the website, this will resolve that issue.

Quick draft for the new API (based on hooks and events ) ```jsx const eventHandlers = { OnLoading: () => { /* do something */ } } // Or use...

Also added a better way for tracking the progress from loading the archive to extraction of images. based on the `HtmlMediaElement.readystate` property. It can be used instead of custom listener...

I think you need to use the full url for `workerUrl` > Example: http://localhost:3000/worker-bundle.js See: https://github.com/btzr-io/Villain/issues/739#issuecomment-736117432

Can you provide a reproducible example ? https://codesandbox.io/ or a github repository

This issue was resolved on the new version. I'll try to publish the new vesion in a few days / weeks.

I think needs a simple system to register them, unless `openseadragon` provides something for this,.

Awesome, thanks. Let me know if you have any questions.