pxToEm

Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.convert

Convert a px value to an em one

Params

  1. px*-Number

    The px value to convert

  2. $elm”document.documentElement”HTMLElement

    The HTMLElement to take as source for calculating the em

Return

  1. -Number

    The pixel value

Example

import { pxToEm } from '@blackbyte/sugar/convert';
pxToEm(36);

Todo

  • testsnormal