Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hMatoba committed Sep 4, 2018
1 parent c5b4c78 commit c566097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
README.md

*.bat
_images
docs/_build/
Expand Down
14 changes: 2 additions & 12 deletions README.rst → README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
Piexifjs
========

.. image:: https://travis-ci.org/hMatoba/piexifjs.svg?branch=master
:target: https://travis-ci.org/hMatoba/piexifjs
[![Build Status](https://travis-ci.org/hMatoba/piexifjs.svg?branch=master)](https://travis-ci.org/hMatoba/piexifjs)

.. image:: https://badge.fury.io/js/piexifjs.svg
:target: http://badge.fury.io/js/piexifjs

.. image:: https://circleci.com/gh/hMatoba/piexifjs/tree/master.svg?style=svg
:target: https://circleci.com/gh/hMatoba/piexifjs/tree/master

Read and modify exif. Library to modify exif in JS(both client-side and Node.js).
http://piexifjs.readthedocs.org/en/latest/index.html
[![CircleCI](https://circleci.com/gh/hMatoba/piexifjs/tree/master.svg?style=svg)](https://circleci.com/gh/hMatoba/piexifjs/tree/master)

Notice and Warning!
-------------------
Expand Down Expand Up @@ -44,8 +36,6 @@ Use with File API or Canvas API.
Example
-------

::

<input type="file" id="files" />
<script src="/js/piexif.js" />
<script>
Expand Down

0 comments on commit c566097

Please sign in to comment.