Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
beforeRender() {
// Init rem unit
const rpxRadio = this.getDeviceWidth() / this.getViewportWidth();
setRpx(rpxRadio);
setDecimalPixelTransformer((rpx) => Math.floor(parseFloat(rpx) * rpxRadio) + 'px');
}