edae375b31 Merge pull request #1 from richinseattle/main
191009e0a8 fix mousedown event listener
6d2708f55a docs(README): 🔥🔥🔥
9952673a7c fix(css): reorg ♻
9bc2ebce98 fix(menu): simulate top hover events via touch logic
ff0307eb48 fix(favico): reorg ♻
a5ab1725eb chore(formatting): reorg ♻
d6bfd1ccd5 feat(touch): add multitouch undo/redo gestures
da8c61d928 fix(palette): long/short press events for bg/fg colors
893514eabc style(html): formatting
957da9a13b docs(README): 🔥🔥🔥
2ce72e9697 chore(ignore): 𝙞𝙜𝙣𝙤𝙧𝙚 𝙢𝙚! 🙈
5382716eb3 ♻️
31a4bb6dd7 fix(touch): fix color pallet bg color altKey touch
268c6903ff wew lad ♻️
975c8f272a feat(touches): support touchscreen events 👌
f9e5e4e2af fix(revert): oof
5be86dbc30 revert(js): fix broken testing
afb2fea771 fix(server): support secure websockets and https servers
487c37114e feat(touch): updates for touchscreens 👆
f4ab4963b0 feat(favicons): get serious, and support everything
47916040e1 docs(README): add preview ♨
7d26e15790 feat(pwa): add basic pwa support
068c9a279a feat(update): update from found fork
c2339d2004 docs(README): fix urls and add attribution
1b4503c66b Added reference image tool.
94e9388003 Cleanup
93bcdd15d5 Added 'Save Image Stamp' tool.
032eeba997 Fixed palette selection bug for firefox.
a50c5cf560 Merge branch 'master' of github.com:andyherbert/ansiedit
03b6eb2158 Added link to demo.
85f7b21ab0 Added support for image loading and the 'image stamp' tool.
3ae3efa68b Fix mirroring.
e23a36c6c8 accept uppercase shortcut keys
3c38bcbe1b Added ellipse tool.
6c04324af1 Added box tool.
ea2f5c4e72 Added line tool.
4787054610 Added XBin loading.
8bda576807 Cleanup.
ab3f96c224 F1 to F8 can now be used to select highlighted colours.
fa145db049 Remove reference to old file.
679eaf72e0 Rename colour brush to attribute brush.
027dab04f2 Switch vertical blocks when flipping horizontally.
aafdd065a6 Slight refactoring and layout changes to allow more room for custom tools.
19b51b2c36 Added char codes 0 to 31 to the extended brush, and dropped ansi export, as xbin export is the only way to display certain character codes, e.g. 10 and 13
fda423b426 Added copy tool.
02af75cb73 Added horizontal and vertical flipping tools.
4f61226bf6 Added information panel, mainly for debugging purposes.
efca96e36b Be smarter about resolving attribute clashes in freehand mode.
5e9bff9c92 Added ability to set no blink (icecolor) mode by passing an argument to editorCanvas()
371c4e925b Added ability to load tools dynamically.
0cbcdfcb71 Moved preview pane code to its own file, and major overhaul of code to remove some un-necessary complexity, and use more consistent terminology.
9fb12407c0 Fixed darkenTool bug.
a58bfa57e0 Add darken and brighten tools.
69d9f79dea remove old file.
ba73017c29 Added load tool, renamed export as save.
b0ba22dfe4 Replace XBin export with ANSi export.
fc9515ef0e Added text-tool documentation.
16fdc68c34 Added text tool.
ae68a7e212 Updated documentation.
aea7c4606a Added extended brush.
803792c263 Removed old files.
dae5f91c21 Split various functions into separate files, more modular design.
b6c26eab37 Added modal-dialog box functionality.
204377a816 Added documentation for mirror mode.
eb5986b064 Added mirror mode.
a52fcfe882 Added the vertical block brush, and grid overlays.
22927ddcff Added Color Brush tool.
0c0aa84bef Added undo.
e6e8a87f57 Fix for flood fill bug: full blocks now written when background and foreground colours match.
6230351ff2 Assigned tools to their respective scripts, added README.
f1861dcb7e CSS edits, queue-based flood fill, canvas extended to 100 lines, slight refactoring.
ef78f31f60 first commit