An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Vector Map Data Importer Figma Plugin

![Demo image of plugin](./banner.png)

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).