Home

Awesome

Image Code Exporter

Export your sketch layer with data URI for code usage<br> 以data URI代码形式导出sketch中的图层

Usage

  1. Choose the layer you want to export<br> 选择你想要导出的图层

  2. Use shortcut command(⌘) + ` to export your code immediately<br> 使用快捷键command(⌘) + `立即导出代码

<img src="/doc/img/main.png" alt="test" width="500">

Feature

Installation

Acknowledgements

Thanks to these project to give me some ideas about how to make this plugin

Development Guide

This plugin was created using skpm. For a detailed explanation on how things work, checkout the skpm Readme.

Usage

Install the dependencies

npm install

Once the installation is done, you can run some commands inside the project folder:

npm run build

To watch for changes:

npm run watch