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

Invitato/helpers

Repository files navigation

@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