Initial open source commit

This commit is contained in:
frikky
2020-05-11 19:17:35 +02:00
commit f3587ac821
205 changed files with 63293 additions and 0 deletions
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

+3
View File
@@ -0,0 +1,3 @@
# resize: convert schedule.png -resize 100x100\> schedule100.png
# base64: - cat picture.png | base64 -w 0
# js insert: data:image/png;base64,<base64>