1
0
mirror of https://github.com/danog/gift.git synced 2024-11-30 04:19:37 +01:00

Use svg instead of png to get better image quality

This commit is contained in:
Peter Dave Hello 2014-09-17 22:07:00 +08:00
parent 6f7a770f76
commit c610bc56fc

View File

@ -1,4 +1,4 @@
# Gift [![Build Status](https://secure.travis-ci.org/notatestuser/gift.png?branch=master)](http://travis-ci.org/notatestuser/gift) [![Dependency Status](https://david-dm.org/notatestuser/gift.png)](https://david-dm.org/notatestuser/gift) [![devDependency Status](https://david-dm.org/notatestuser/gift/dev-status.png)](https://david-dm.org/notatestuser/gift#info=devDependencies)
# Gift [![Build Status](https://secure.travis-ci.org/notatestuser/gift.svg?branch=master)](http://travis-ci.org/notatestuser/gift) [![Dependency Status](https://david-dm.org/notatestuser/gift.svg)](https://david-dm.org/notatestuser/gift) [![devDependency Status](https://david-dm.org/notatestuser/gift/dev-status.svg)](https://david-dm.org/notatestuser/gift#info=devDependencies)
A simple Node.js wrapper for the Git CLI. The API is based on
[Grit](https://github.com/mojombo/grit)