A bunch of resurrected ancient HTML elements
npm install retro-elementsA collection of six HTML elements to revive the joys of web development in the 90s, built with Polymer 3.
- Repository: https://github.com/wortwart/retro-web-elements
- NPM: retro-elements
- Implementation: https://github.com/wortwart/retro-web-app
- Demo: https://woerter.de/projects/retro-web/
- retro-basefont: The element.
- retro-bgsound: The element. Uses jasmid to parse MIDI files in browsers that don't support this element natively (= everything not Internet Explorer). The sound quality leaves room for improvement.
- retro-blink: The element.
- retro-counter: Creates a 90s-style visitor counter with a random value.
- retro-gif: Creates fake GIF animations (jumping, pulsating).
- retro-spacer: The element.
First, make sure you have the Polymer CLI and npm (packaged with Node.js) installed. Run npm install to install your element's dependencies, then run polymer serve to serve your element locally.