doom-checkboxes
doom-checkboxes copied to clipboard
🕹️ DOOM rendered via checkboxes in a web browser.
Results
2
doom-checkboxes issues
Sort by
recently updated
recently updated
newest added
It's non-standard and an IE-ism. Instead, just set the checkbox size explicitly to what you want, and multiply the CheckboxLand line-height (though I'm not sure what that is about).
Remove `zoom` if possible (Firefox doesn't support it) and use `transform` instead. There's also an issue getting the WebAssembly to load on Safari: `WebAssembly.instantiateStreaming is not a function`. I think...