Docker-ImageManagementOptim.../node_modules/binary-extensions
adelyaou b37df7e84e Image management and optimization 2025-08-11 17:03:28 +07:00
..
binary-extensions.json Image management and optimization 2025-08-11 17:03:28 +07:00
binary-extensions.json.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
index.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
index.js Image management and optimization 2025-08-11 17:03:28 +07:00
license Image management and optimization 2025-08-11 17:03:28 +07:00
package.json Image management and optimization 2025-08-11 17:03:28 +07:00
readme.md Image management and optimization 2025-08-11 17:03:28 +07:00

readme.md

binary-extensions

List of binary file extensions

The list is just a JSON file and can be used anywhere.

Install

npm install binary-extensions

Usage

const binaryExtensions = require('binary-extensions');

console.log(binaryExtensions);
//=> ['3ds', '3g2', …]