-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 908e001
Showing
5 changed files
with
12,935 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.idea | ||
.vscode | ||
node_modules | ||
.DS_Store | ||
Thumbs.db | ||
npm-debug.log* | ||
/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Zeplin SVG Content Extension | ||
|
||
Displays the content of layers with SVG assets. | ||
|
||
⚠️ Warning: This extension only works in Zeplin Web App. | ||
|
||
## Getting started | ||
|
||
Add the extension to your project from [extensions.zeplin.io](https://extensions.zeplin.io). | ||
|
||
## Development | ||
|
||
This extension is developed using [zem](https://github.com/zeplin/zem), Zeplin Extension Manager. zem is a command line tool that lets you quickly create, test and publish extensions. | ||
|
||
To learn more about creating Zeplin extensions, [see documentation](https://github.com/zeplin/zeplin-extension-documentation). |
Oops, something went wrong.