Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (24 loc) · 993 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 993 Bytes

@invitato/helpers

npm-badge Build & Test

Is a common helpers for Invitato website purpose.

Installation and Usage

Install via npm:

npm i @invitato/helpers

or Yarn:

yarn add @invitato/helpers

then import specific helper what you need

import isDarkmode from '@invitato/helpers/dist/isDarkmode';

console.log('is darkmode active? ', isDarkmode());

Available Helpers

Please refer this docs for the detail of availables helpers.

FAQ

Can we use this helpers outside Invitato project?

Sure. you can use this helper if this helpers can fullfil your requirement.

Author

Initiated by @idindrakusuma and maintained by Invitato team