Lines Matching defs:const
6 const puppeteer = require('puppeteer');
7 const express = require('express');
8 const fs = require('fs');
9 const commandLineArgs = require('command-line-args');
10 const commandLineUsage= require('command-line-usage');
11 const fetch = require('node-fetch');
13 const opts = [
52 const usage = [
64 const options = commandLineArgs(opts);
107 const totalFrames = lottieJSONContent.op - lottieJSONContent.ip;
110 const app = express();
122 const targetURL = "http://localhost:" + options.port + "/#" + totalFrames;
123 const viewPort = {width: 1000, height: 1000};
130 const headless = !options.use_gpu;