288 Commits
Author SHA1 Message Date
javl 98514511fb Clean up and simplify our hexToBinary method 2026-08-15 08:53:01 +02:00
javl 9d70bae4ba Update tests 2026-08-14 18:55:16 +02:00
javl f4f087db76 update intro text 2026-08-14 18:45:41 +02:00
javl f2ef5e5f1c update layout and error checks 2026-08-14 18:43:24 +02:00
javl cf74b95ae9 add some more formatting options 2026-08-14 18:42:33 +02:00
javl 70153e6a8f make topnav as wide as contents 2026-08-14 18:37:40 +02:00
javl 4a73101c86 change some colors 2026-08-14 18:36:10 +02:00
javl 72ad8ebd6f make page wider, other small ui tweaks 2026-08-14 16:33:52 +02:00
javl a6c7f3754f Merge branch 'main' into merge_new_style 2026-08-14 16:33:31 +02:00
javl 88b5f09e38 align titles in 1st section 2026-08-14 16:19:51 +02:00
javl ca532dac08 change wording 2026-08-14 16:19:35 +02:00
javl 05cc9b4685 update gitinore 2026-08-14 16:14:30 +02:00
javl 9cc028b570 update gitinore 2026-08-14 16:14:14 +02:00
javl b5bc6c3774 restyle test 2026-08-14 16:13:15 +02:00
javl c7e9f431c9 Add an initial version of our testing suite 2026-08-14 16:06:17 +02:00
javl 47a7b2cfb2 Change how we strip comments 2026-08-14 16:05:45 +02:00
javl f55e0fc963 Fix error with width/height input using local this 2026-08-14 15:41:42 +02:00
javl 8e2b16453a update gitignore 2026-08-14 15:23:18 +02:00
javl e543cb3f4a update deps 2026-08-14 15:22:42 +02:00
javl 37706febb1 add missed for for last commit 2026-08-14 15:22:37 +02:00
javl 46189bb4b8 update to names used in output 2026-08-14 15:21:21 +02:00
javl 64067e5157 formatting for readability 2026-08-14 15:20:03 +02:00
javl caada20155 update gitignore 2026-08-14 15:16:52 +02:00
javl bd1969e0af fix issue with missing .glyph variable 2026-08-14 15:16:35 +02:00
javl bbb44d6378 undo unrelated dither edits 2026-08-12 12:13:07 +02:00
javl 60b6c0a9d5 possible fix for 81 2026-08-12 12:11:43 +02:00
Jasper van Loenen 1781aac67f Merge pull request #83 from javl/dependabot/npm_and_yarn/minimatch-3.1.5
Bump minimatch from 3.1.2 to 3.1.5
2026-05-26 13:09:54 +02:00
Jasper van Loenen d393c8e613 Merge pull request #84 from javl/dependabot/npm_and_yarn/flatted-3.4.2
Bump flatted from 3.2.7 to 3.4.2
2026-05-26 13:09:31 +02:00
Jasper van Loenen 270c1e8526 Update readme 2026-04-30 16:01:32 +02:00
dependabot[bot] e5de5729fb Bump flatted from 3.2.7 to 3.4.2
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.2.7 to 3.4.2.
- [Commits](https://github.com/WebReflection/flatted/compare/v3.2.7...v3.4.2)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-19 17:45:31 +00:00
dependabot[bot] d57efb3a7a Bump minimatch from 3.1.2 to 3.1.5
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-28 04:17:29 +00:00
Jasper van Loenen e9cb702c89 Fix typo in Floyd-Steinberg comment 2026-01-19 17:02:13 +01:00
Jasper van Loenen 47a367f6d0 Fix loop condition in dithering function 2026-01-19 17:01:04 +01:00
Jasper van Loenen 1b18f6e8f9 Fix loop condition in greyscale luminance calculation 2026-01-19 16:59:31 +01:00
Jasper van Loenen 96ae009e1f remove out of spec comment 2025-11-26 14:48:42 +01:00
Jasper van Loenen eda0457487 Merge pull request #80 from javl/dependabot/npm_and_yarn/js-yaml-4.1.1
Bump js-yaml from 4.1.0 to 4.1.1
2025-11-24 10:22:38 +01:00
Jasper van Loenen 14e0f94724 Merge pull request #79 from milanalexandre/fix/canvas_crash
[FIX] force minimum canvas size of 1x1 to avoid crashes
2025-11-24 10:18:31 +01:00
dependabot[bot] 2d7d013d5f Bump js-yaml from 4.1.0 to 4.1.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-21 21:47:14 +00:00
Alex fe9cb17464 force minimum canvas size of 1x1 to avoid crashes 2025-10-05 16:24:00 +02:00
Jasper van Loenen 0731769e22 Update README.md 2025-04-16 14:35:05 +02:00
Jasper van Loenen ff34e5b37b Update index.html 2025-01-03 10:39:15 +01:00
Jasper van Loenen dad2aa7869 Update index.html 2025-01-03 10:30:28 +01:00
Jasper van Loenen 57b1e32454 Update README.md 2025-01-03 10:29:28 +01:00
Jasper van Loenen 84e166cda8 Update credits list 2025-01-03 10:24:47 +01:00
Jasper van Loenen 969bf79d4e Merge pull request #72 from slimer37/patch-1
Fix minor errors when using Arduino single bitmap
2025-01-03 10:22:28 +01:00
Alfred deb36b6f13 Update preview when changing draw mode 2024-12-21 02:40:07 -08:00
Alfred ef9d7737ce Add missing closing quote in arduino_single mode comments 2024-12-21 02:33:01 -08:00
Alfred 840c63e5ec Fix 'NaN' identifier when using Arduino single bitmap mode
Removed unary '+' causing conversion
2024-12-21 02:31:08 -08:00
Jasper van Loenen 56228e57a3 Update FUNDING.yml 2024-10-22 22:58:49 +02:00
Jasper van Loenen 16269b963a Update README.md 2024-10-22 22:57:42 +02:00