https://github.com/dbabbs/figma-plugin-vector-map-data
Figma plugin to insert vector map data directly into the document
https://github.com/dbabbs/figma-plugin-vector-map-data
Last synced: 5 months ago
JSON representation
Figma plugin to insert vector map data directly into the document
- Host: GitHub
- URL: https://github.com/dbabbs/figma-plugin-vector-map-data
- Owner: dbabbs
- Created: 2023-01-16T15:19:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T13:53:39.000Z (over 3 years ago)
- Last Synced: 2025-04-13T18:55:13.591Z (over 1 year ago)
- Language: TypeScript
- Size: 1.25 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vector Map Data Importer Figma Plugin

This repository contains the source code for the Vector Map Exporter for Figma. The plugin requests vector map data from [Nextzen](https://www.nextzen.org/) and inserts the geometry and labels into the Figma document.
Once the vector data has been inserted, one can use it to design and prototype basemap styles directly within Figma.
## Development
- Run `yarn` to install dependencies.
- Run `yarn build:watch` to start webpack in watch mode.
- Open `Figma` -> `Plugins` -> `Development` -> `Import plugin from manifest...` and choose `manifest.json` file from this repo.
## Acknowledgment
The project was inspired by and includes code from [svg-exporter](https://github.com/hanbyul-here/svg-exporter) by [hanbyul-here](https://github.com/hanbyul-here).