This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Arron McCrory", | |
"label": "Full Stack Web Developer", | |
"picture": "https://avatars.githubusercontent.com/u/2738674?v=4", | |
"email": "[email protected]", | |
"phone": "(949) 306-6039", | |
"location": { | |
"address": "United States of America", | |
"postalCode": "", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Image } from "https://deno.land/x/[email protected]/mod.ts"; | |
import { join } from "https://deno.land/[email protected]/path/mod.ts"; | |
const inputDir = join(Deno.cwd(), "src", "assets", "img", "gallery"); | |
const outputDir = join(Deno.cwd(), "src", "assets", "img", "gallery-opt"); | |
const imagesObjsArr = []; | |
/** |