liqvidjs / liqvid

Library for interactive videos in React
https://liqvidjs.org
MIT License
754 stars 39 forks source link

Example integration pages do not render the examples #27

Closed universemaster closed 2 years ago

universemaster commented 2 years ago

For example, I do not see a demo here.

My browser console has the error: Uncaught TypeError: Failed to resolve module specifier "@liqvid/katex". Relative references must start with either "/", "./", or "../".

ysulyma commented 2 years ago

Thanks for the report! The THREE.js examples are broken due to issues beyond our control (https://github.com/esm-dev/esm.sh/issues/199, https://github.com/skypackjs/skypack-cdn/issues/233, https://github.com/jspm/project/issues/189 — note x-yuri is not me!) but all other examples are supposed to work. I'll fix this as soon as I can.

ysulyma commented 2 years ago

Fixed—including the THREE.js examples!