New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tinyfw

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinyfw

tinyfw is a small JS framework.

latest
npmnpm
Version
1.0.3
Version published
Maintainers
2
Created
Source

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.

Keywords

framework

FAQs

Package last updated on 05 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts