Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PonyCui committed Jan 15, 2019
2 parents 7fad1cd + aa6e9bf commit 7f0b128
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
31 changes: 24 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@

[简体中文](./readme.zh.md)

## Supporting SVGA Library

SVGA is an Apache-licensed open source project. And now SVGA library with its ongoing development made possible entirely by the support of [PonyCui](https://github.com/ponycui/) and [errnull](https://github.com/errnull/). To support SVGA library development, please consider:

* [Hire PonyCui as a counselor.](./backer/hire.md)
* [One-time donation via AliPay or WeChat.](./backer/donate.md)
[![Backers on Open Collective](https://opencollective.com/SVGAPlayer-Android/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/SVGAPlayer-Android/sponsors/badge.svg)](#sponsors)

## Introduce

Expand Down Expand Up @@ -173,4 +169,25 @@ Here are many feature samples.

## APIs

Head on over to [https://github.com/yyued/SVGAPlayer-Android/wiki/APIs](https://github.com/yyued/SVGAPlayer-Android/wiki/APIs)
Head on over to [https://github.com/yyued/SVGAPlayer-Android/wiki/APIs](https://github.com/yyued/SVGAPlayer-Android/wiki/APIs)

## Credits

### Contributors

This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].

<a href="https://github.com/yyued/SVGAPlayer-Android/graphs/contributors"><img src="https://opencollective.com/SVGAPlayer-Android/contributors.svg?width=890&button=false" /></a>

### Backers

Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/SVGAPlayer-Android#backer)]

<a href="https://opencollective.com/SVGAPlayer-Android#backers" target="_blank"><img src="https://opencollective.com/SVGAPlayer-Android/backers.svg?width=890"></a>

### Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/SVGAPlayer-Android#sponsor)]

<a href="https://opencollective.com/SVGAPlayer-Android/sponsor/0/website" target="_blank"><img src="https://opencollective.com/SVGAPlayer-Android/sponsor/0/avatar.svg"></a>

9 changes: 1 addition & 8 deletions readme.zh.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# SVGAPlayer

## Supporting SVGA Library

SVGA 是一个遵循 Apache 开源协议的开源项目,目前该项目主要由 [PonyCui](https://github.com/ponycui/)[errnull](https://github.com/errnull/) 负责维护。如果这个项目对你的公司或者应用有所帮助,你可以考虑:

* [雇用 PonyCui 为顾问。](./backer/hire.md)
* [通过支付宝或者微信一次性捐赠。](./backer/donate.md)

## 介绍

`SVGAPlayer` 是一个轻量的动画渲染库。你可以使用[工具](http://svga.io/designer.html)`Adobe Animate CC` 或者 `Adobe After Effects` 中导出动画文件,然后使用 `SVGAPlayer` 在移动设备上渲染并播放。
Expand Down Expand Up @@ -159,4 +152,4 @@ HttpResponseCache.install(cacheDir, 1024 * 1024 * 128)

## APIs

请参阅此处 [https://github.com/yyued/SVGAPlayer-Android/wiki/APIs](https://github.com/yyued/SVGAPlayer-Android/wiki/APIs)
请参阅此处 [https://github.com/yyued/SVGAPlayer-Android/wiki/APIs](https://github.com/yyued/SVGAPlayer-Android/wiki/APIs)

0 comments on commit 7f0b128

Please sign in to comment.