first commit, working HTML/Javascript and Perl; needs file cleanup
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
# Readme
|
||||
|
||||
Daily Blackout Poetry Challenge
|
||||
|
||||
this takes a "page" from a book and let's you make a blackout poem which you can save as an image file or copy your text.
|
||||
|
||||
# Libraries used:
|
||||
|
||||
## Javascript
|
||||
|
||||
* jQuery - https://jquery.com/ (MIT)
|
||||
* html2canvas - https://html2canvas.hertzen.com/ (MIT)
|
||||
* FileSaver - https://github.com/eligrey/FileSaver.js (MIT)
|
||||
|
||||
## Perl
|
||||
|
||||
* File::Slurp - https://metacpan.org/pod/File::Slurp (Perl)
|
||||
|
||||
## Font
|
||||
|
||||
The font is Lora - https://github.com/cyrealtype/Lora-Cyrillic (OFL)
|
||||
|
||||
## Texts
|
||||
|
||||
texts are public domain from Project Gutenberg - https://www.gutenberg.org/
|
||||
Reference in New Issue
Block a user