diff --git a/README.md b/README.md index 32a690c8..b2119160 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ ### react-native-art-svg +#### Features + +1. Supports most of SVG elements and properties(Rect, Circle, Line, Polyline, Polygon, G ...). +2. 100% based on ReactNative`s ART library +3. Easy to convert SVG code into ReactNative code. + +#### Install + +`npm install react-native-art-svg` -TODO: +#### TODO: 1. fill-rule:evenodd 2. clipPath (wait for official supports)