texture-compressor
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -6,2 +6,4 @@ // Vendor | ||
const createProcess = (toolPath, toolFlags = []) => new Promise((resolve, reject) => { | ||
console.log(`Using flags: ${toolFlags}`); | ||
const child = spawn(toolPath, toolFlags); | ||
@@ -8,0 +10,0 @@ |
{ | ||
"name": "texture-compressor", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in DDS or PVR containers.", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^4.10.0", | ||
"eslint": "^4.13.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
@@ -23,0 +23,0 @@ "eslint-plugin-import": "^2.8.0" |
# Texture compressor | ||
[](https://badge.fury.io/js/texture-compressor) | ||
[](https://david-dm.org/timvanscherpenzeel/texture-compressor) | ||
[](https://david-dm.org/timvanscherpenzeel/texture-compressor#info=devDependencies) | ||
CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in DDS or PVR containers. | ||
@@ -4,0 +8,0 @@ |
35820160
39
467
95