@hscmap/healpix
Version:
## Introduction
19 lines (15 loc) • 364 B
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>