asciibird/src
Fred Akers e43f564e8c
Some small fixes (#8)
* Cleanup toolCtx clearing and only do the canvas width height

* fix select bug where clicking after making a selection draws another rectangle

* remove unnecessary tool canvas clear

* clear select rectangle with clicking again

* remove uneeded toolCtx.stroke()s

* brush canvas only clear needed width, height. don't need to stroke.

* replace timers with requestAnimationFrame for smother animation

https://flaviocopes.com/requestanimationframe/

* skip running mousemove code if the mouse is still inside the last block
2021-08-08 08:36:00 +10:00
..
assets refactored font inclusion, css now inside js 2021-08-04 16:34:10 +10:00
components Some small fixes (#8) 2021-08-08 08:36:00 +10:00
store basic block editor in main brush, better brush preview 2021-08-07 15:36:32 +10:00
views Some small fixes (#8) 2021-08-08 08:36:00 +10:00
ascii.js fix for plain text ascii import 2021-08-07 16:10:52 +10:00
Dashboard.vue basic block editor in main brush, better brush preview 2021-08-07 15:36:32 +10:00
fontAwesome.js brush library updates (WIP) 2021-08-06 21:00:35 +10:00
main.js refactored font inclusion, css now inside js 2021-08-04 16:34:10 +10:00
style.css refactored font inclusion, css now inside js 2021-08-04 16:34:10 +10:00
tailwindSettings.js css fix 2021-08-04 15:41:33 +10:00