Ketikin
Ketikin is a lightweight Javascript library to help you create a typewriter animation
Install / Use
/learn @parinpan/KetikinREADME
Ketikin
Ketikin is a lightweight Javascript library to help you create a typewriter animation, it's inspired by <a target="_blank" href="https://github.com/alexmacarthur/typeit">TypeIt</a> which has already been there prior to this. It's sort of a reinventing the wheel thing but you can get a more compact and a way smaller library size. 🤝
Usage
- Make sure you have imported ketikin library into your HTML page
<script defer src="https://fachr.in/static/js/ketikin.min.js"></script>
- Create a HTML tag which contains a certain text
<p>Hey, it's written by Ketikin 👋</p>
- Trigger animation using ketikin function
<script>
// ketikin(selector, options)
ketikin("p", {
speed: 70,
loop: true
})
</script>
- Or, alternatively you can also override your own text
<script>
ketikin("p", {
texts: ["Hey, it's written by Ketikin 👋", "It's an awesomeness! 😍"],
speed: 70,
loop: true
})
</script>
- Done 🥳🐛
Demo
Visit <a target="_blank" href="https://fachr.in">my website</a> for a smoother demo. The GIF frame rate below is dropped.

Related Skills
docs-writer
99.0k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
335.2kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
pr
for a github pr, please respond in the following format - ## What type of PR is this? - [ ] 🍕 Feature - [ ] 🐛 Bug Fix - [ ] 📝 Documentation - [ ] 🧑💻 Code Refactor - [ ] 🔧 Other ## Description <!-- What changed and why? Optional: include screenshots or other supporting artifacts. --> ## Related Issues <!-- Link issues like: Fixes #123 --> ## Updated requirements or dependencies? - [ ] Requirements or dependencies added/updated/removed - [ ] No requirements changed ## Testing - [ ] Tests added/updated - [ ] No tests needed **How to test or why no tests:** <!-- Describe test steps or explain why tests aren't needed --> ## Checklist - [ ] Self-reviewed the code - [ ] Tests pass locally - [ ] No console errors/warnings ## [optional] What gif best describes this PR?
Design
Campus Second-Hand Trading Platform \- General Design Document (v5.0 \- React Architecture \- Complete Final Version)1\. System Overall Design 1.1. Project Overview This project aims t
