T. Mjoen

Results 2 issues of T. Mjoen

First of all, thanks for a very cool library! I'm trying to recreate this but I'm not sure if it's possible to add a background to each digit?

enhancement
question

My config: ```es6 import { defineConfig } from 'vite' import legacyPlugin from 'vite-plugin-legacy' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ legacyPlugin({ // The browsers that must be supported by your...

help wanted