UNPKG

@hscmap/healpix

Version:
19 lines (15 loc) 364 B
<!DOCTYPE html> <html> <head> <script src="healpix.js"></script> <script> window.addEventListener('load', function () { var t = document.createElement('textarea') document.body.appendChild(t) t.value = "healpix.nside2npix(1) = " + healpix.nside2npix(1) }) </script> </head> <body> </body> </html>