1.3.3 • Published 2 months ago

swiftly-tools v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Swiftly Tools

MIT License

Collection of frequent code and useful tools

Increase your coding speed with this tool

This tool helps you to shorten your code And it has a repository of different data with different languages ​​and it simplifies your work

Module for

  • Express.js
  • Mongoose.js
  • Vue
  • React
  • gsap

Authors

Installation

Install swiftly-tools with npm

  npm i swiftly-tools
const swiftly = require('swiftly-tools')
const str = 'Hello'
swiftly.string.isLatin(str) // true

Usage/Examples

const swiftly = require('swiftly-tools')

const str = 'Hello'
swiftly.string.isLatin(str) // true

app.use(swiftly.middleware.cors)

gsap.from(swiftly.gsap.from)
const { gsap } = require('swiftly-tools')

gsap.from('.box',gsap.from['fadeIn'])
// or
gsap.from('.box',gsap.anime({}).x(45).delay(1).duration(2))
//or

let obj = gsap.anime({}).x(45).delay(1).duration(2)

obj.scrollTrigger = gsap.scrollTrigger({})
.trigger('.box')
.toggleActions('paly none none reverse')
.start('top top')

gsap.from('.box', obj)

Improve

If you have an idea, you can inform us through GitHub issues section, and if you have the ability to upgrade the library, we will be happy to help us.

Docs

Here...!

1.3.3

2 months ago

1.3.2

2 months ago

1.3.1

2 months ago

1.3.0

2 months ago

1.2.83

2 months ago

1.2.84

2 months ago

1.2.82

2 months ago

1.2.8

2 months ago

1.2.81

2 months ago

1.2.73

2 months ago

1.2.72

2 months ago

1.2.7

2 months ago

1.2.71

2 months ago

1.2.6

3 months ago

1.2.5

3 months ago

1.2.4

3 months ago

1.2.61

3 months ago

1.2.3

3 months ago

1.2.2

3 months ago

1.2.0

3 months ago

1.1.8

3 months ago

1.2.1

3 months ago

1.1.0

3 months ago

1.1.7

3 months ago

1.1.6

3 months ago

1.1.5

3 months ago

1.1.4

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago