Skip to content

Instantly share code, notes, and snippets.

@jernkuan
jernkuan / Front Template.txt
Last active February 1, 2025 13:57
Anki autoscaling font size for card type
{{#Front}}
<script defer>
function lerp(start, stop, amt) {
return (1 - amt) * start + amt * stop;
}
// Function to estimate text width using canvas
function estimateTextWidth(text, fontSize) {
const canvas = document.createElement('canvas');
const ctx = canvas.getContext('2d');
uuidgen | sed s/-//g | sed s/\n//|pbcopy