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"}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.3.12
    17
    • latest
  • 2.1.3
    0
    • beta

Version History

Package Sidebar

Install

npm i nuke-helper

Weekly Downloads

60

Version

2.3.12

License

Apache-2.0

Unpacked Size

33 kB

Total Files

25

Last publish

Collaborators

  • doub
  • leanhunter