Skip to content

CrazySquirrel/Utils

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Utils

npm version Code Climate Test Coverage Issue Count Donate

Utils for working with DOM, Window, Screen and etc.

Build

The repository contains pre-compiled files, but if you want to add your files and compile, then run the following commands in the repository folder.

  • npm install
  • npm run production

or

  • npm run development

The build required NodeJs version 6 or higher.

Usage

import Utils from "Utils.ts";

Utils.Document.getHeight();

or

let Utils = required("Utils.js");

Utils.Document.getHeight();

About

This is a polyfills utils for working with DOM, Window, Screen and etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published