package.src.style-spec.bin.gl-style-composite Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mapbox-gl Show documentation
Show all versions of mapbox-gl Show documentation
A WebGL interactive maps library
The newest version!
#!/usr/bin/env node
var fs = require('fs'),
argv = require('minimist')(process.argv.slice(2)),
format = require('../').format,
composite = require('../').composite;
console.log(format(composite(JSON.parse(fs.readFileSync(argv._[0])))));