@marklbp/helper

0.0.1 • Public • Published

install

npm i @marklbp/helper

usage

// load full build
var helper = require('@marklbp/helper')
helper.formatTime(new Date()) // => 2020-01-01 00:00:00
helper.validate('123@test.com', 'email') // => Return true
helper.scroll(node, scrollStartValue, scrollEndValue, duration, endCallback) // Scrolling animation
helper.requestAnimationFrame(callback) // => window.RequestAnimationFrame

// load single
var formatTime = require('@makrlbp/helper/dist/format-time.js')
var validate = require('@makrlbp/helper/dist/validate.js')
var scroll = require('@makrlbp/helper/dist/scroll.js')
var requestAnimationFrame = require('@makrlbp/helper/dist/request-animation-frame.js')

Package Sidebar

Install

npm i @marklbp/helper

Weekly Downloads

2

Version

0.0.1

License

ISC

Unpacked Size

87.1 kB

Total Files

7

Last publish

Collaborators

  • marklbp