2.0.0 • Published 4 years ago
gia-callista v2.0.0
Gia-Callista
It's a javascript utilities library for working fast & we're making it better day by day.
Instalation
- Using node package manager:
npm i gia-callista
- Using yarn
yarn add gia-callista
Then
// You can import simply the Ruchi object or one by one ->
import Gia, { logger } from 'gia-callista';
// Simple logger
logger('Gia Rocked🤘');
// Getting viewport's height & width
const {x: height, y: width} = Gia.getViewportSizes();