Skip to content

Instantly share code, notes, and snippets.

View LynMoe's full-sized avatar
:octocat:
Vegetable - Verified by GitHub

Lyn Chen LynMoe

:octocat:
Vegetable - Verified by GitHub
View GitHub Profile
@LynMoe
LynMoe / gist:4f58be787a74756d277470f4cc05095e
Last active October 11, 2020 00:59
📊 Weekly development breakdown
We couldn’t find that file to show.
@LynMoe
LynMoe / app.js
Last active October 3, 2020 07:19
Hexo Compressor
const _ = require('lodash')
const fs = require('fs')
const sha1 = require('sha1')
const path = require('path')
const glob = require("glob")
const sharp = require('sharp')
const fetch = require('node-fetch')
const rimraf = require("rimraf")
const imagemin = require('imagemin')
const domParser = require('dom-parser')