reactxp/extensions/imagesvg
Eric Traut 75e431b9c2 Updated all packages to 2.0.0-rc.1 and republished. 2019-07-27 09:44:10 -07:00
..
src Replace external assert dependency with internal assert (#1095) 2019-07-14 16:31:30 -07:00
.gitignore Add missed tslint.json to extensions (#670) 2018-06-08 23:07:38 -07:00
.npmignore Added ImageSvg extension to support cross-platform handling of SVG (scalable vector graphics) file formats and dynamic generation of SVG paths. Added documentation, but didn't yet create any sample code. 2017-04-23 03:32:58 +02:00
README.md Added missing readme file for imagesvg extension. 2017-04-26 17:09:31 +02:00
index.android.js Added ImageSvg extension to support cross-platform handling of SVG (scalable vector graphics) file formats and dynamic generation of SVG paths. Added documentation, but didn't yet create any sample code. 2017-04-23 03:32:58 +02:00
index.ios.js Added ImageSvg extension to support cross-platform handling of SVG (scalable vector graphics) file formats and dynamic generation of SVG paths. Added documentation, but didn't yet create any sample code. 2017-04-23 03:32:58 +02:00
index.js Added ImageSvg extension to support cross-platform handling of SVG (scalable vector graphics) file formats and dynamic generation of SVG paths. Added documentation, but didn't yet create any sample code. 2017-04-23 03:32:58 +02:00
index.macos.js MacOS support for reactxp-imagesvg, reactxp-navigation, reactxp-virtuallistview. (#261) 2017-09-08 09:37:55 -07:00
index.windows.js Added ImageSvg extension to support cross-platform handling of SVG (scalable vector graphics) file formats and dynamic generation of SVG paths. Added documentation, but didn't yet create any sample code. 2017-04-23 03:32:58 +02:00
package.json Updated all packages to 2.0.0-rc.1 and republished. 2019-07-27 09:44:10 -07:00
tsconfig.json Added missing "skipLibCheck" TS option in tsconfig for extensions. 2018-06-26 21:49:55 -07:00
tslint.json Update dependencies (#1107) 2019-07-12 13:58:42 -07:00

README.md

reactxp-imagesvg

This module provides cross-platform support for SVG (Scalable Vector Graphics) within the ReactXP library.

Documentation

For detailed documentation, look here.

Prerequisites

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

You must sign a Contribution License Agreement (CLA) before your PR will be merged. This a one-time requirement for Microsoft projects in GitHub. You can read more about Contribution License Agreements (CLA) on Wikipedia. You can sign the Microsoft Contribution License Agreement by visiting https://cla.microsoft.com/. Use your GitHub account to login.

License

This project is licensed under the MIT License - see the LICENSE file for details