tinyview.js
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "tinyview.js", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A lightweight javascript image viewer", | ||
@@ -14,3 +14,3 @@ "main": "tinyview.js", | ||
"keywords": [ | ||
"tinyview" | ||
"tinyview,viewer,image,viewer.js,javascript" | ||
], | ||
@@ -17,0 +17,0 @@ "author": "jackson wong", |
@@ -28,9 +28,2 @@ # TinyView.js | ||
``` | ||
jsdoc/ | ||
├── .... | ||
├── TinyView.html (Documentation generated by Jsdoc) | ||
└── tinyview.js.html (Source code generated by Jsdoc) | ||
``` | ||
## Getting Started | ||
@@ -46,4 +39,4 @@ | ||
``` | ||
<link href="/path/to/tinyview.css" rel="stylesheet"> | ||
<script src="/path/to/tinyview.js"></script> | ||
<link href="/path/to/tinyview.min.css" rel="stylesheet"> | ||
<script src="/path/to/tinyview.min.js"></script> | ||
``` | ||
@@ -50,0 +43,0 @@ ### Example |
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
27340
57