2024-03-12 21:16:51 -04:00
2024-03-12 21:16:51 -04:00
2024-03-11 20:52:06 -04:00
2024-03-12 21:16:51 -04:00

# 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)
* JSON - https://metacpan.org/pod/JSON (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/

* Wuthering Heights - https://www.gutenberg.org/ebooks/768
* Jane Eyre - https://www.gutenberg.org/ebooks/1260
* Agnes Grey - https://www.gutenberg.org/ebooks/767
* Northanger Abbey - https://www.gutenberg.org/ebooks/121


Description
a daily blackout poetry challenge, pulls a 'page' from a selection of books and displays it, allowing for screenshotting the page and copying the chosen words
Readme 116 KiB
Languages
HTML 54.5%
Perl 32.7%
CSS 12.8%