Options
All
  • Public
  • Public/Protected
  • All
Menu

@lemehovskiy/scroller-utils

scroller-utils

Status GitHub Issues GitHub Pull Requests License


Scroller helper functions.

🧐 About

Scroller helper functions.

🏁 Getting Started

Installing

npm i @lemehovskiy/scroller-utils

Example

index.ts

import { getConvertedTriggerToPx } from "@lemehovskiy/scroller-utils/dist";

console.log(getConvertedTriggerToPx('50vh', 200));
// 100

API

Documentation

Generated using TypeDoc