1.0.3 • Published 3 years ago

tinyfw v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

tinyfw

Finally, a small framework.

Embedding

<style>@import url("http://fonts.googleapis.com/css?family=Product%20Sans");</style>
<script defer src="http://unpkg.com/tinyfw/index.js"></script>

Make sure that all your other scripts are below the above code, and that they have defer.

Functions

theme("color"); // color can be light or dark
element("elemName", {x: xcoord, y: ycoord}); // elemName can be an HTML name like p, xcoord is the coordinates for the X axis, ycoord is for the Y axis.
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago