https://github.com/mouse-reeve/senseless.js
A comprehensive desensifying library for web development
https://github.com/mouse-reeve/senseless.js
Last synced: 3 months ago
JSON representation
A comprehensive desensifying library for web development
- Host: GitHub
- URL: https://github.com/mouse-reeve/senseless.js
- Owner: mouse-reeve
- License: mit
- Created: 2017-08-06T01:04:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T18:35:27.000Z (over 7 years ago)
- Last Synced: 2025-01-08T11:17:46.021Z (5 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Senseless.js
A comprehensive desensifying library for web development
## Word replace
Replace almost all the words with some other word. [Live example](https://www.mousereeve.com/resume).
```html
Oh Brave New Words
That have such other words in them.
toggle```
To have the text start out in the toggled state, use the `data-start-replaced` attribute on the toggle element:
```html
toggle
```