Comparing version 0.0.9 to 1.0.0
{ | ||
"name": "idcrop", | ||
"version": "0.0.9", | ||
"version": "1.0.0", | ||
"description": "Embed for cropping images and returning a base64 of the cropped area.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,8 +30,19 @@ # IdCrop | ||
You must create a container for display (cropping area), toolbar (upload button and filename) and preview (cropped area preview) | ||
You must create a container for display (cropping area), toolbar (for now, only filename) and preview (cropped area preview). | ||
``` | ||
<div id="displayContainer"></div> | ||
<div id="toolbarContainer"></div> | ||
<div id="previewContainer"></div> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>IdCrop</title> | ||
<link rel="stylesheet" type="text/css" href="./node_modules/idcrop/dist/css/main.min.css"> | ||
</head> | ||
<body> | ||
<div id="displayContainer"></div> | ||
<div id="toolbarContainer"></div> | ||
<div id="previewContainer"></div> | ||
<script type="text/javascript" src="./path/to/js/file.js"></script> | ||
</body> | ||
</html> | ||
``` |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
75326
1
47