Skip to content

Commit

Permalink
Added Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
buba447 committed Mar 14, 2018
1 parent b333423 commit 22b3cd1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.DS_Store
16 changes: 16 additions & 0 deletions README.md
@@ -1,2 +1,18 @@
# Lottie-Sketch-Export
Native Sketch plugin for exporting Artboards and Symbols into Lottie JSON

## To Install
Clone or download and double-click on `Lottie-Export.sketchplugin` to automatically install into sketch.

## Usage
This is a sketch plugin that can be used to export artboards and symbols into [Lottie](http://airbnb.io/lottie/) JSON Files. To use, simply select multiple Artboards and or Symbols, then select Plugins -> Lottie Export -> Export Selected Artboards/Symbols

A save dialog box will appear for each selected artboard. Once saved, the json can be imported into any application using Lottie, or previewed with [Lottie Mac Preview](https://github.com/airbnb/lottie-ios/tree/master/MacOS_Viewer) or [LottieFiles.com](https://www.lottiefiles.com)

## More
Lottie is a native vector and animation renderer for Android, iOS and Web that uses compact JSON files to create complex images and animations.

Check out the Lottie Repos
[Lottie Android](https://github.com/airbnb/lottie-android)
[Lottie iOS](https://github.com/airbnb/lottie-ios)
[Lottie Web](https://github.com/airbnb/lottie-web)

0 comments on commit 22b3cd1

Please sign in to comment.