This file contains hidden or 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": "arronmccrory@gmail.com", | |
| "phone": "(949) 306-6039", | |
| "location": { | |
| "address": "United States of America", | |
| "postalCode": "", |
This file contains hidden or 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/imagescript@1.2.15/mod.ts"; | |
| import { join } from "https://deno.land/std@0.220.0/path/mod.ts"; | |
| const inputDir = join(Deno.cwd(), "src", "assets", "img", "gallery"); | |
| const outputDir = join(Deno.cwd(), "src", "assets", "img", "gallery-opt"); | |
| const imagesObjsArr = []; | |
| /** |