chore: publish from main

This commit is contained in:
github-actions[bot]
2026-07-30 03:33:24 +00:00
parent 16bc698455
commit 7a4a7683f5
23 changed files with 5394 additions and 3 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "flight-map-canvas",
"description": "A GitHub Copilot canvas that generates a view where Google Maps can be explored using 3D controls, as if a flight simulator. Agents can send the flight anywhere and report what they are working on.",
"version": "1.0.0",
"author": {
"name": "John Haugabook",
"url": "https://github.com/jhauga"
},
"keywords": [
"copilot-canvas",
"flight-simulator",
"geography",
"google-maps",
"interactive-canvas",
"session-breaks",
"threejs"
],
"logo": "assets/preview.png",
"extensions": "extensions"
}