Skip to content

Commit

Permalink
docs: update README and version
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Jan 6, 2020
1 parent 298a947 commit a1c255d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,21 @@
<a href="https://www.npmjs.com/package/vue-image-kit"><img src="https://img.shields.io/npm/dt/vue-image-kit.svg" alt="Total Downloads"></a>
<a href="https://github.com/guastallaigor/vue-image-kit/releases"><img src="https://img.shields.io/npm/v/vue-image-kit.svg" alt="Latest Release"></a>
<a href="http://standardjs.com"><img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="Style standard"></a>
<a href="https://app.netlify.com/sites/vue-image-kit/deploys"><img src="https://api.netlify.com/api/v1/badges/6b76a9c5-e99e-4f34-88d9-aac5b7cc4219/deploy-status" alt="Netlify Status"></a>
</p>

> **Notes:**
> This is an unofficial project.
> I do not work or am I affiliated with Image Kit
> :warning: **Warning**: This project is in it's early stage. I do not recommend to use this in a production environment yet! :warning:
## Demo

[![Edit Checkbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/vue-image-kit-keeh1)

## Storybook

Go to https://vue-image-kit.netlify.com

## How does it work

This component uses the [Image Kit Real-time URL-based image transformation](https://imagekit.io/features/image-resize-smart-crop-responsive-dpr-client-hints), so you will need to have your images over [Image Kit](https://imagekit.io/) for it to work
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-image-kit",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"description": "Vue.js Image Kit Component with Lazy Load built in and Responsive Images",
"homepage": "https://github.com/guastallaigor/vue-image-kit#readme",
Expand Down

0 comments on commit a1c255d

Please sign in to comment.