postcss-glitch
Glitch effect implemented with PostCSS. With this plugin you can easily add glitch effect to any text!
Check out our demo page (source)
This is a monorepo for a PostCSS Glitch project. It contains both plugin source code and various demo projects that use the plugin.
Working with the repo
NOTE: The following documentation describes how to work with this repo. You can find plugin documentation here.
Also, take a look at demos directory if you are looking for working examples of how to use postcss-glitch plugin.
Pre-requirements
It's recommended to use nvm to manage Node versions
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bashnvm install 14 && nvm use 14npm i -g yarnSince this repo is using Zero-Installs no further setup is required.
Workspaces
This project is a monorepo containing multiple projects a.k.a workspaces. Workspaces are defined in the root package.json. Here we have a workspace under plugin directory, additionally each directory under demos is also considered a workspace.
{
"workspaces": [
"plugin",
"demos/*"
]
}This allows, for example, to install all the dependencies at once for both plugin and all of the demo projects while running yarn install in the root folder.
You can learn more about managing monorepo with yarn workspaces in the documentation.
Install dependencies
yarn installPlease add everything created under .yarn directory to git as Zero-Installs requires.
git add .yarnContributing
If you want to start contributing to this project, please read the CONTRIBUTING.md.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

