satellite 0.1.2

Modular set of functions for SGP4 and SDP4 propagation of TLEs.
Documentation
1
2
3
4
export * from "./pkg/satellite.js";
import {get_constants} from './pkg/satellite.js'

export const constants = JSON.parse(get_constants());