RenJS is a javascript library to make Visual Novels. It's easy for writers to use and easy for programmers to extend. Inspired by RenPy, powered by Phaser.
Execute locally with a webserver, any will do, for example:
python3 -m http.server 8080
Documentation here. Tutorial game here.
find . -name '*.png' -execdir mogrify -resize 400x {} +