🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

swiftly-tools

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swiftly-tools

A complete tool to shorten code and speed up your coding, all in one

latest
Source
npmnpm
Version
1.4.0
Version published
Weekly downloads
55
511.11%
Maintainers
1
Weekly downloads
 
Created
Source

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...!

Keywords

express

FAQs

Package last updated on 05 May 2024

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