Skip to content

Commit 5c7477c

Browse files
committed
Added missing readme file for imagesvg extension.
1 parent 90b0b62 commit 5c7477c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

extensions/imagesvg/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# reactxp-imagesvg
2+
This module provides cross-platform support for SVG (Scalable Vector Graphics) within the [ReactXP](https://microsoft.github.io/reactxp/) library.
3+
4+
## Documentation
5+
For detailed documentation, look [here](https://microsoft.github.io/reactxp/docs/extensions/imagesvg.html).
6+
7+
### Prerequisites
8+
* [ReactXP](https://github.com/microsoft/reactxp/)
9+
10+
## Contributing
11+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
12+
13+
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)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) on Wikipedia. You can sign the Microsoft Contribution License Agreement by visiting https://cla.microsoft.com/. Use your GitHub account to login.
14+
15+
## License
16+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

extensions/imagesvg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactxp-imagesvg",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Plugin for ReactXP that provides support for SVG (scalable vector graphics) for all platforms",
55
"author": "ReactXP Team <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)