A pnpm workspace project for editing MapLibre styles with AI tools.
- Web app (root):
ai-style-editor - Tool package:
@ai-style-editor/maplibre-style-tools
.
├─ package.json
├─ pnpm-workspace.yaml
├─ src/
└─ packages/
└─ maplibre-style-tools/
├─ package.json
└─ src/index.tspnpm install
pnpm dev
pnpm build
pnpm lintimport { createMapLibreStyleTools } from '@ai-style-editor/maplibre-style-tools';
const tools = createMapLibreStyleTools({ getMap });