@lephenix47/color-converter
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@lephenix47/color-converter", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "This is a versatile color conversion library for JavaScript. It provides a convenient way to convert color values between different color models, including RGB, HEX, HSL, HWB, and HSV. With @lephenix47/color-converter, you can effortlessly convert colors, normalize them to a consistent format, and retrieve color values in various color models.", | ||
"main": "dist/lib/es6/index.js", | ||
"module": "dist/lib/commonjs/index.js", | ||
"types": "dist/lib/es6/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"dev": "webpack --watch --stats-error-details", | ||
"ts": "rm -rf dist/lib && tsc && tsc --build tsconfig.es5.json", | ||
@@ -11,0 +11,0 @@ "publish": "npm publish --access=public" |
@@ -14,2 +14,3 @@ # @lephenix47/color-converter | ||
- [Available Conversion Methods](#available-conversion-methods) | ||
- [Miscellaneous](#miscellaneous) | ||
- [Conclusion](#conclusion) | ||
@@ -95,4 +96,39 @@ | ||
## Miscellaneous | ||
ASCII tree of the project: | ||
```md | ||
src/ | ||
├─ variables/ | ||
│ ├─ color-types.variables.ts | ||
├─ classes/ | ||
│ ├─ color-conversion.classes.ts | ||
├─ index.ts | ||
dist/ | ||
├─ lib/ | ||
│ ├─ es6/ | ||
│ │ ├─ index.js | ||
│ │ ├─ index.d.ts | ||
│ │ ├─ variables/ | ||
│ │ │ ├─ color-types.variables.js | ||
│ │ │ ├─ color-types.variables.d.ts | ||
│ │ ├─ classes/ | ||
│ │ │ ├─ color-conversion.classes.js | ||
│ │ │ ├─ color-conversion.classes.d.ts | ||
│ ├─ commonjs/ # Same folder structure as es6's | ||
test/ | ||
├─ es6.js | ||
├─ commonjs.js | ||
package.json | ||
package-lock.json | ||
README.md | ||
tsconfig.es5.json | ||
tsconfig.json | ||
.gitignore | ||
.npmignore | ||
``` | ||
## Conclusion | ||
With `@lephenix47/color-converter`, you can easily work with color models and perform conversions between them. Simplify your color manipulation tasks and explore the vast possibilities of color representation in your JavaScript projects. |
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
47571
133