mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-07 01:28:46 +00:00
22 lines
597 B
JSON
22 lines
597 B
JSON
{
|
|
"name": "flight-map-canvas",
|
|
"version": "1.0.0",
|
|
"main": "extension.mjs",
|
|
"author": "John Haugabook",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "latest"
|
|
},
|
|
"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.",
|
|
"keywords": [
|
|
"copilot-canvas",
|
|
"flight-simulator",
|
|
"geography",
|
|
"google-maps",
|
|
"interactive-canvas",
|
|
"session-breaks",
|
|
"threejs"
|
|
]
|
|
}
|