nuke-helper

2.3.12 • Public • Published

Helper

  • category: Components
  • chinese: 辅助函数
  • type: 基本

API

calcTextSize

解析固定字号,<Text style={{fontSize: 28}}>123</Text> 希望字号被解析为:

web: 14px;
native iOS: 14 dp;
native android: 14 pt; 
const { calcTextSize } = Helper;
let style = {fontSize: 28};
calcTextSize(style);

hairLine for web

const { hairLine } = Helper;
hairLine.detect() // 是否支持 hairline,返回 true 或 false
hairLine.fixBorder({ borderWidth: 1 }) // ==> {"borderWidth":"0.5px"}

/nuke-helper/

    Package Sidebar

    Install

    npm i nuke-helper

    Weekly Downloads

    22

    Version

    2.3.12

    License

    Apache-2.0

    Unpacked Size

    33 kB

    Total Files

    25

    Last publish

    Collaborators

    • doub
    • leanhunter