Vendored third party code. Do not edit these files.
| File | Package | Version | Licence |
|---|---|---|---|
satellite.min.js |
satellite.js | 6.0.2 | MIT |
satellite.min.js is the UMD build and defines window.satellite. It is used by
public/js/orbital-tracker.js for SGP4 propagation on
/consciousness-to-orbit/tracker/.
To update, run npm pack satellite.js@<version> outside this repo and copy
dist/satellite.min.js in. There is no build step here on purpose. GitHub Pages
builds with build_type: legacy, which runs Jekyll and nothing else.
three.js was evaluated and rejected. The globe is line art with no texture,
lighting or shader, so three.js would have added 719 KB across
three.module.min.js and the three.core.min.js it imports for nothing the 2D
canvas does not already do.