react-avatar-edit
Advanced tools
Comparing version 0.5.2 to 0.5.3
{ | ||
"name": "react-avatar-edit", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "ReactJS component to upload, crop, and preview avatars", | ||
"main": "dist/react-avatar.js", | ||
"main": "src/avatar.jsx", | ||
"scripts": { | ||
@@ -18,6 +18,11 @@ "start": "webpack-dev-server --open --config webpack.dev.js", | ||
}, | ||
"license": "ISC", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/kirill3333/react-avatar/issues" | ||
}, | ||
"keywords": [ | ||
"avatar", | ||
"react", | ||
"canvas" | ||
], | ||
"homepage": "https://github.com/kirill3333/react-avatar#readme", | ||
@@ -24,0 +29,0 @@ "dependencies": { |
# react-avatar | ||
👤 Load, crop and preview avatar with ReactJS component | ||
👤 Load, crop and preview avatar with ReactJS component | ||
[![npm version](https://badge.fury.io/js/react-avatar-edit.svg)](https://badge.fury.io/js/react-avatar-edit) | ||
## Demo | ||
@@ -5,0 +7,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
730186
83