UNPKG

@gpu-tex-enc/bc

Version:

Compressing images using the BC1 (DXT1), BC2 (DXT3), BC3 (DXT5), BC4, BC5 & BC7 texture compression standard.

41 lines (40 loc) 955 B
{ "name": "@gpu-tex-enc/bc", "version": "1.0.11", "description": "Compressing images using the BC1 (DXT1), BC2 (DXT3), BC3 (DXT5), BC4, BC5 & BC7 texture compression standard.", "main": "index.js", "types": "types.d.ts", "keywords": [ "compression", "image-compression", "bc1", "bc2", "bc3", "bc4", "bc5", "dxt1", "dxt3", "dxt5", "bc7", "bc7enc", "GPUTexEncoder" ], "author": "Denys Denysiuk <denisyuk.d@gmail.com>", "license": "Apache-2.0", "bin": { "bc7enc-linux": "./bin/linux/bc7enc", "bc7enc-win32": "./bin/win32/bc7enc.exe", "bc7enc-darwin-x64": "bin/darwin-x64/bc7enc", "bc7enc-darwin-arm64": "bin/darwin-arm64/bc7enc" }, "scripts": { "release": "npm publish --access public" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git://github.com/ddenisyuk/gpu-tex-enc.git" } }