@d0t/geul-react
v0.0.3
Published
> `Geul.js` is a library designed to easily implement the typing effect of Korean characters, where characters are decomposed into initial, medial, and final consonants as they are typed and then combined.
Downloads
6
Readme
Implement perfect typing effect in React with Geul.js!
Geul.js
is a library designed to easily implement the typing effect of Korean characters, where characters are decomposed into initial, medial, and final consonants as they are typed and then combined.
Features
- Geul it in your favorite framework!
- We willing to supports all major FE frameworks
- Currently available on
React
- Geul it just in time!
- Provides a
run
andreset
functions to start and reset 'Geul'
- Provides a
- Geul it as your flavor!
- Provides three methods that allow you to implement typing effect as your favorite flavor!
Install Geul.js for React
Install via Package Manager
npm i @dot/react-geul
Quick Start
Explore how to use Geul.js
here
Usage
You can use Geul.js
by import @dot/react-geul
package and just simply call hooks. @dot/react-geul
provides three types of hooks.
useGeul
useDynamicGeul
useGeulPipe
Geul.js for other frameworks (eg. Vue.js
, Svelte
)
Geul.js
have plan to support Vue.js
and Svelde
, and other frameworks,
but not in the process of developing it yet.
I will work on it quickly and release it soon.