Skip to content
No description or website provided.
JavaScript HTML
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
LICENSE
README.md
bower.json
example.html version 0.0.1
powify.js

README.md

powify.js

powify your website with a single line of javascript! by david pichsenmeister

install

bower install powify

usage

  1. import Google Font 'Bangers'

    <link href="http://fonts.googleapis.com/css?family=Bangers" rel="stylesheet" type="text/css">

  2. import javascript

    <script src="powify.js"></script>
    <script>var pow = new Pow();</script>
    
  3. use

    <button onclick="pow.powify(event);">Powify Me!</button>

Something went wrong with that request. Please try again.