otasuke is a versatile and open-source npm package that provides a variety of utilities designed to enhance web development productivity. This package includes a collection of tools ranging from date formatting and text capitalization to regular expressio
npm install otasukeotasuke is a versatile and open-source npm package that provides a variety of utilities designed to enhance web development productivity. This package includes a collection of tools ranging from date formatting and text capitalization to regular expressions, React hooks, loader animations, and a ready-to-use page.
- loader animation
- dayformat
- capital text
- regex
- ready-to-use pages (Success, Error...)
Install otasuke with npm
``bash`
npm install otasuke
Usage/Examples, Loader
`javascript
import { BlobLoader } from 'otasuke'
function App() {
return
}
`
`javascript
import { dayFormat1 } from 'otasuke'
function App() {
const date = new Date()
return(