Add history for species changes

This commit is contained in:
Idrees Hassan
2026-03-11 16:09:36 -07:00
parent 80bcf60a07
commit 71b74c9b6f
8 changed files with 137 additions and 50 deletions

View File

@@ -240,6 +240,13 @@
return document.documentElement.clientHeight;
}
/** @typedef {Object} Species
* @property {string} name
* @property {string} description
* @property {Record<string, string>} colors
* @property {string[]} [tags]
*/
var species = {
"bluebird": {
"name": "Eastern Bluebird",