JSPM

@ignatiusmb/scramble

3.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q46975F
  • License MIT

Text node scrambler, quick setup with minimal hassle.

Package Exports

  • @ignatiusmb/scramble

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ignatiusmb/scramble) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Scramble ·   

Scramble is a JavaScript animation library for texts.
Quick setup with minimal hassle.

Homepage  ·  Documentation  ·  Demos and examples

const scramble = require('@ignatiusmb/scramble')
scramble(document.querySelector('#yourElement')).run() // single element

scramble(document.querySelectorAll('.scramble-group')) // multiple elements

Installation

via NPM

$ npm install @ignatiusmb/scramble

via UNPKG

<script src="https://unpkg.com/@ignatiusmb/scramble@3.0.1/lib/scramble.min.js"></script>

via jsDelivr

<script src="https://cdn.jsdelivr.net/gh/ignatiusmb/scramble@3.0.1/lib/scramble.min.js"></script>

Scramble is MIT licensed


ignatiusmb.io · imbagus.com · GitHub · GitLab