UNPKG
@cantoo/rn-svg
Version:
latest (13.1.2)
13.1.2
13.1.1
13.1.0
13.0.5
13.0.4
13.0.3
13.0.2
13.0.1
13.0.0
12.3.20
12.3.19
12.3.18
12.3.17
12.3.16
12.3.15
12.3.14
12.3.13
12.3.12
12.3.11
12.3.10
12.3.9
12.3.8
12.3.7
12.3.6
12.3.5
12.3.4
12.3.3
12.3.2
12.3.1
12.3.0
12.2.0
1.0.6
1.0.5
1.0.4
1.0.3
SVG library for react-native
github.com/cantoo-scribe/rn-svg
cantoo-scribe/rn-svg
@cantoo/rn-svg
/
src
/
lib
/
units.ts
6 lines
(5 loc)
•
148 B
text/typescript
View Raw
1
2
3
4
5
6
export
const
units
: {
objectBoundingBox
:
number
;
userSpaceOnUse
:
number
} = {
objectBoundingBox
:
0
,
userSpaceOnUse
:
1
, };
export
default
units;