@monogrid/lut-loader
Version:
A webpack loader that allows to bundle LUT files as PNG
29 lines • 700 B
JSON
{
"name": "@monogrid/lut-loader",
"version": "0.0.2",
"description": "A webpack loader that allows to bundle LUT files as PNG",
"main": "index.js",
"license": "MIT",
"author": "MONOGRID S.R.L. <hello@mono-grid.com>",
"homepage": "https://gitlab.com/monogrid/npm-modules/tree/master/packages/lut-loader",
"bugs": {
"url": "https://gitlab.com/monogrid/npm-modules/issues"
},
"repository": {
"type": "git",
"url": "git@gitlab.com:monogrid/npm-modules.git"
},
"keywords": [
"lut",
"lut-files",
"cube-files",
"color-grading",
"lut-png",
"webpack",
"loader"
],
"dependencies": {
"jimp": "^0.2.28",
"parse-cube-lut": "^1.0.1"
}
}