expose in the doc the api of coo class

This commit is contained in:
Matthieu Baumann
2024-09-11 16:40:51 +02:00
committed by Matthieu Baumann
parent 3c23b6dbe9
commit 8ee161481e
3 changed files with 15 additions and 23 deletions

View File

@@ -46,7 +46,7 @@
"test:build": "cd src/core && cargo test --release --features webgl2",
"test:playwright": "npx playwright test",
"test:update-snapshots": "npx playwright test --update-snapshots",
"doc": "jsdoc -c jsdoc.json src/js src/js/shapes && cp aladin-logo.png docs/",
"doc": "jsdoc -c jsdoc.json src/js src/js/shapes src/js/libs/astro && cp aladin-logo.png docs/",
"doc:dev": "npm run doc && open docs/index.html"
},
"devDependencies": {