Moshier-Ephemeris-JS icon indicating copy to clipboard operation
Moshier-Ephemeris-JS copied to clipboard

html code not working

Open BlogSafe opened this issue 2 years ago • 1 comments

    <script>
        const ephemeris = new Ephemeris({
            year: 2000, month: 0, day: 1, hours: 0, minutes: 0, latitude: 41.37, longitude: -71.1, calculateShadows: false
        })
        ephemeris.Results;
    </script>
    
    gives: Ephemeris is not a constructor

BlogSafe avatar Nov 08 '21 15:11 BlogSafe