Skip to content

Commit a0a9f74

Browse files
authored
Update README.md
1 parent 2227649 commit a0a9f74

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
# Nova Advanced Image Field
1+
<h1 align="center">Nova Advanced Image Field</h1>
22

3-
[![StyleCI](https://github.styleci.io/repos/156091175/shield?branch=1.x)](https://github.styleci.io/repos/156091175)
4-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/ctessier/nova-advanced-image-field.svg?style=flat-square)](https://packagist.org/packages/ctessier/nova-advanced-image-field)
5-
[![Total Downloads](https://img.shields.io/packagist/dm/ctessier/nova-advanced-image-field.svg?style=flat-square)](https://packagist.org/packages/ctessier/nova-advanced-image-field)
6-
[![License](https://img.shields.io/github/license/ctessier/nova-advanced-image-field?color=%23B2878B&style=flat-square)](https://packagist.org/packages/ctessier/nova-advanced-image-field)
3+
<p align="center">
4+
<a href="https://github.styleci.io/repos/156091175"><img src="https://github.styleci.io/repos/156091175/shield?branch=1.x" alt="StyleCI" /></a>
5+
<a href="https://packagist.org/packages/ctessier/nova-advanced-image-field"><img src="https://img.shields.io/packagist/v/ctessier/nova-advanced-image-field.svg?style=flat-square" alt="Latest Version on Packagist" /></a>
6+
<a href="https://packagist.org/packages/ctessier/nova-advanced-image-field"><img src="https://img.shields.io/packagist/dm/ctessier/nova-advanced-image-field.svg?style=flat-square" alt="Total Downloads" /></a>
7+
<a href="https://packagist.org/packages/ctessier/nova-advanced-image-field"><img src="https://img.shields.io/github/license/ctessier/nova-advanced-image-field?color=%23B2878B&style=flat-square" alt="License" /></a>
8+
</p>
79

8-
This package provides an advanced image field for Nova resources allowing you to upload, crop and resize any image.
10+
<p align="center"><i>An advanced image field for Nova allowing you to upload, crop and resize images</i></p>
911

10-
It uses [Cropper.js](https://fengyuanchen.github.io/cropperjs) with [vue-cropperjs](https://github.com/Agontuk/vue-cropperjs) on the client and [Intervention Image](http://image.intervention.io) on the server.
12+
<p align="center">
13+
Need support for Laravel Nova 4?<br />
14+
<a href="https://github.com/sponsors/ctessier"><img src="https://img.shields.io/badge/Support%20this%20project-Sponsor%20me%20on%20GitHub-%23fe8e86" /></a>
15+
</p>
16+
17+
This package uses [Cropper.js](https://fengyuanchen.github.io/cropperjs) with [vue-cropperjs](https://github.com/Agontuk/vue-cropperjs) on the client and [Intervention Image](http://image.intervention.io) on the server.
1118

1219
![screenshot of the advanced image field](https://github.com/ctessier/nova-advanced-image-field/blob/1.x/screenshot.png?raw=true)
1320

0 commit comments

Comments
 (0)