From: subhransu mohanty Date: Fri, 26 Apr 2019 06:02:47 +0000 (+0900) Subject: update README with showcase gif and online viewer section X-Git-Tag: accepted/tizen/unified/20190508.234040~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2a43e8939f7b5822fef6f761d9f8aa8a6abc590;p=platform%2Fcore%2Fuifw%2Flottie-player.git update README with showcase gif and online viewer section Change-Id: I80c07ca5a4c24f8835ac62e05834757ffa08f864 --- diff --git a/README.md b/README.md index b36eaf1..425f509 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# rlottie [![Build Status](https://travis-ci.org/Samsung/rlottie.svg?branch=master)](https://travis-ci.org/Samsung/rlottie) +# rlottie + +[![Build Status](https://travis-ci.org/Samsung/rlottie.svg?branch=master)](https://travis-ci.org/Samsung/rlottie) rlottie is a platform independent standalone c++ library for rendering vector based animations and art in realtime. @@ -9,17 +11,14 @@ For the first time, designers can create and ship beautiful animations without a Here is just a small sampling of the power of Lottie -For resource test, please visit rlottie online viewer: -http://www.rlottie.com - -Query about rlottie or request troubleshooting online, please visit Gitter: -https://gitter.im/rLottie-dev/community# +![Example1](https://github.com/airbnb/lottie-ios/blob/master/_Gifs/Examples1.gif) ## Contents - [Building Lottie](#building-lottie) - [Meson Build](#meson-build) - [Cmake Build](#cmake-build) - [Test](#test) +- [Previewing Lottie JSON Files](#previewing-lottie-json-files) - [Demo](#demo) - [Dynamic Property](#dynamic-property) - [Quick Start](#quick-start) @@ -88,6 +87,12 @@ ninja test [Back to contents](#contents) # +## Previewing Lottie JSON Files +Please visit [rlottie online viewer](http://rlottie.com) + +[rlottie online viewer](http://rlottie.com) uses rlottie wasm library to render the resource locally in your browser. To test your JSON resource drag and drop it to the browser window. + +# ## Demo Update me