Omniblox / Eagle-Loader

THREE.js Loader for EAGLE .brd files
https://omniblox.io
MIT License
19 stars 4 forks source link

Document how best to view repository examples #2

Open follower opened 8 years ago

follower commented 8 years ago

Viewing the examples via the file:// protocol appears to cause bad URI or cross-site access not allowed source errors for the font files for at least some browsers.

Also, trying to bypass this by serving them locally (via Python's built-in HTTP server), requires the server being run in the repository root directory rather than the examples directory because of relative references that use the dist directory.

Finally, the URL for the font ends up being of the form /examples/OCRA.woff rather than the actual location of /dist/OCRA.woff.