1.0.0 • Published 7 months ago

timecube.js v1.0.0

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
7 months ago

timecube.js

A JavaScript library that turns an ordinary website into a 4 corner simultaneous 4 day page.

Demo

Click here to view a demo.

Installation

Reference the timecube.js file on your website.

<script src="timecube.js"></script>

Then, invoke it

Timecube.timecubify();

Configuration

By default, timecube.js attempts to skin the <body> element of a web page, and applies formatting to all <p> blocks. If you wish to change the default behavior, invoke the script with two parameters...

Timecube.timecubify(rootTag, blockTag); //by default, body and p

Disclaimer

This script is in no way affiliated with Timecube.com or its creator.

1.0.0

7 months ago