Skip to content

Instantly share code, notes, and snippets.

View regchiu's full-sized avatar
🎒

Reg Chiu regchiu

🎒
View GitHub Profile
@regchiu
regchiu / draw.ts
Created November 20, 2023 08:57
Draw canvas with path and backgroundSize(cover or percentage)
function drawImage<Number extends number>({
url,
width,
height,
path,
backgroundColor = 'transparent',
filter = 'none',
backgroundSize = 'cover'
}: {
url: string
@regchiu
regchiu / 📊 Weekly development breakdown
Last active December 25, 2023 15:18
📊 Weekly development breakdown
TypeScript 23 hrs 17 mins ███████████████████▉░ 95.0%
XML 26 mins ▍░░░░░░░░░░░░░░░░░░░░ 1.8%
CSS 12 mins ▏░░░░░░░░░░░░░░░░░░░░ 0.8%
TSConfig 9 mins ▏░░░░░░░░░░░░░░░░░░░░ 0.7%
Markdown 9 mins ▏░░░░░░░░░░░░░░░░░░░░ 0.6%