Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.21 KB

Figma icns/ico Generator

Generate .icns (Apple Icon Image format) / .ico (ICO (file format)) files directly from Figma.

Preview

Usage

Download it at the Figma plugin library figma.com/c/plugin/742318143106037364/icns%2Fico-Generator

Development

First clone this repository

git clone https://github.com/aaroniker/figma-icns-ico-generator.git
cd figma-icns-ico-generator

Install dependencies & build files

npm install
npm run build
# Or watch: npm run dev

After that open a project in Figma Desktop, select Plugins -> Development -> New Plugin. Click Choose a manifest.json and find the manifest.json file in this plugin directory.

Done! Now Plugins -> Development -> icns/ico Generator

ToDo

  • Set export size (e.x. if you design your icon in 128x128 but wanna export it in 8x)
  • Select multiple frames for different sizes

Authors