spectral.js
Version:
Spectral.js is a powerful and versatile JavaScript library that allows you to achieve realistic color mixing in your web-based projects. It is based on the Kubelka-Munk theory, a proven scientific model that simulates how light interacts with paint to pro
25 lines (24 loc) • 817 B
JSON
{
"name": "spectral.js",
"version": "3.0.0",
"description": "Spectral.js is a powerful and versatile JavaScript library that allows you to achieve realistic color mixing in your web-based projects. It is based on the Kubelka-Munk theory, a proven scientific model that simulates how light interacts with paint to produce lifelike color mixing.",
"main": "spectral.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rvanwijnen/spectral.js.git"
},
"keywords": [
"color"
],
"author": "Ronald van Wijnen",
"license": "MIT",
"bugs": {
"url": "https://github.com/rvanwijnen/spectral.js/issues"
},
"homepage": "https://github.com/rvanwijnen/spectral.js#readme",
"dependencies": {
}
}