JS rewrite of Phosphor Xscreensaver (with PixiJS).
Check this on CodePen.
At first, check the src/index.html
file. This loads online resources and then start the
WebPhosphor like this:
new WebPhosphor(function getTextCallback() {
return 'Coffee is the most important meal of the day';
});
This stuff has been prepared for offline environment too!
For this you should run an npm install
and after that you will
find the offline bundle in the build
directory.