0.1.2 • Published 3 years ago

@gdyfe/pixel-ratio-fix v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Pixel-Ratio-Fix

非常规整数比缩放比例修复工具包

Install

NPM 安装

sudo npm install @gdyfe/pixel-ratio-fix --save
sudo yarn add @gdyfe/pixel-ratio-fix

Usage

import PixelRatioFix from '@gdyfe/pixel-ratio-fix'

export default {
  created() {
    this.instance = new PixelRatioFix()
    this.instance.init()
  },
  beforeDestroy() {
    this.instance.destroy()
  }
}