{"id":17908819,"url":"https://github.com/ignatiusmb/scramble","last_synced_at":"2025-03-23T20:31:14.305Z","repository":{"id":57118087,"uuid":"172279734","full_name":"ignatiusmb/scramble","owner":"ignatiusmb","description":"A JavaScript animation library for texts","archived":false,"fork":false,"pushed_at":"2023-06-29T10:05:39.000Z","size":1476,"stargazers_count":22,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T03:43:15.924Z","etag":null,"topics":["cracking","decoding","javascript","javascript-library","js","scramble","scrambling-letters"],"latest_commit_sha":null,"homepage":"https://scramble.js.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ignatiusmb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-24T00:36:31.000Z","updated_at":"2024-12-03T11:23:00.000Z","dependencies_parsed_at":"2024-10-28T19:29:18.463Z","dependency_job_id":null,"html_url":"https://github.com/ignatiusmb/scramble","commit_stats":{"total_commits":72,"total_committers":2,"mean_commits":36.0,"dds":"0.19444444444444442","last_synced_commit":"953d045964b2d51a9ab9c08369745d2504f077f4"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatiusmb%2Fscramble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatiusmb%2Fscramble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatiusmb%2Fscramble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatiusmb%2Fscramble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ignatiusmb","download_url":"https://codeload.github.com/ignatiusmb/scramble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245164908,"owners_count":20571207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cracking","decoding","javascript","javascript-library","js","scramble","scrambling-letters"],"created_at":"2024-10-28T19:18:03.923Z","updated_at":"2025-03-23T20:31:14.024Z","avatar_url":"https://github.com/ignatiusmb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scramble \u0026middot; [![](https://img.shields.io/bundlephobia/minzip/@ignatiusmb/scramble.svg?label=minzip\u0026style=popout)]()\u0026nbsp;[![](https://img.shields.io/npm/v/@ignatiusmb/scramble.svg?style=popout)](https://www.npmjs.com/package/@ignatiusmb/scramble)\u0026nbsp;[![](https://data.jsdelivr.com/v1/package/gh/ignatiusmb/scramble/badge?style=rounded)](https://www.jsdelivr.com/package/gh/ignatiusmb/scramble)\n\n\u003cblockquote align=center\u003e\n  \u003cem\u003eScramble\u003c/em\u003e is a JavaScript animation library for texts.\u003cbr\u003e\n  Quick setup with minimal hassle.\n\u003c/blockquote\u003e\n\n\u003cp align=center\u003e\n  \u003ca href=\"https://scramble.js.org\"\u003eHomepage\u003c/a\u003e\n  \u0026nbsp;\u0026middot;\u0026nbsp;\n  \u003ca href=\"https://scramble.js.org/documentation\"\u003eDocumentation\u003c/a\u003e\n  \u0026nbsp;\u0026middot;\u0026nbsp;\n  \u003ca href=\"https://scramble.js.org/demos\"\u003eDemos and examples\u003c/a\u003e\n\u003c/p\u003e\n\n```javascript\nconst scramble = require('@ignatiusmb/scramble')\nscramble(document.querySelector('#yourElement')).run() // single element\n\nscramble(document.querySelectorAll('.scramble-group')) // multiple elements\n```\n\n## Installation\n\n### via NPM\n\n```sh\n$ npm install @ignatiusmb/scramble\n```\n\n### via UNPKG\n\n```html\n\u003cscript src=\"https://unpkg.com/@ignatiusmb/scramble@3.0.1/lib/scramble.min.js\"\u003e\u003c/script\u003e\n```\n\n### via jsDelivr\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/gh/ignatiusmb/scramble@3.0.1/lib/scramble.min.js\"\u003e\u003c/script\u003e\n```\n\n---\n\n\u003ch3 align=\"center\"\u003e\nScramble is \u003ca href=LICENSE\u003eMIT licensed\u003c/a\u003e\n\u003c/h3\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://ignatiusmb.github.io\"\u003eignatiusmb.io\u003c/a\u003e\n  \u0026middot;\n  \u003ca href=\"https://www.imbagus.com\"\u003eimbagus.com\u003c/a\u003e\n  \u0026middot;\n  \u003ca href=\"https://github.com/ignatiusmb\"\u003eGitHub\u003c/a\u003e\n  \u0026middot;\n  \u003ca href=\"https://gitlab.com/ignatiusmb\"\u003eGitLab\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignatiusmb%2Fscramble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignatiusmb%2Fscramble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignatiusmb%2Fscramble/lists"}