UNPKG

@fiddle-digital/string-tune

Version:

StringTune is a cutting-edge JavaScript library designed to deliver high-performance, modular web effects. Whether you're looking to add smooth parallax scrolling, dynamic cursor interactions, progress tracking, or autoplay videos, StringTune empowers dev

72 lines (71 loc) 2.01 kB
{ "name": "@fiddle-digital/string-tune", "version": "1.1.26", "description": "StringTune is a cutting-edge JavaScript library designed to deliver high-performance, modular web effects. Whether you're looking to add smooth parallax scrolling, dynamic cursor interactions, progress tracking, or autoplay videos, StringTune empowers developers with a powerful, attribute-driven approach. It simplifies the creation of visually captivating websites while remaining intuitive for both beginner and advanced developers.", "keywords": [ "scroll", "smooth", "css", "string", "typescript", "scrolling-library", "javascript-scroll", "parallax-effects", "scroll-animations", "web-animation", "scroll-interaction", "dynamic-scrolling", "custom-scrollbar", "scroll-progress", "responsive-scroll", "scroll-event-handling", "smooth-scrolling", "mobile-scroll", "desktop-scroll", "css-scroll-effects", "scroll-enhancement", "interactive-web-elements", "viewport-scroll", "scroll-control", "advanced-scrolling" ], "main": "dist/index.cjs", "module": "dist/index.mjs", "unpkg": "dist/index.js", "jsdelivr": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "default": "./dist/index.js" } }, "scripts": { "build": "tsup", "build:prod": "tsup --sourcemap false", "prepare": "npm run build:prod" }, "sideEffects": false, "authors": [ { "name": "Dmitro Troshchylo" }, { "name": "Penev Vladislav", "email": "penev.vladislav@gmail.com", "url": "https://penev.tech" } ], "license": "MIT", "devDependencies": { "@types/node": "^20.4.2", "terser": "^5.19.0", "tsup": "^8.4.0", "typescript": "^5.1.6" }, "private": false }