You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ GraphicsJS is a lightweight JavaScript graphics library with the intuitive API,
5
5
*[Quick Start](#quick-start)
6
6
*[Articles](#articles)
7
7
*[Building](#building)
8
+
*[Contributing](#contributing)
8
9
*[Links](#articles)
9
10
10
11
# Overview
@@ -72,13 +73,25 @@ To get started with GraphicsJS create simple HTML document and copy paste the fo
72
73
Launch the page in your browser and here you are: you have created your first drawing with GraphicsJS. See [documentation](https://docs.anychart.com/Graphics/Basics) and [API](https://api.anychart.com/latest/anychart.graphics) to learn more.
73
74
74
75
# Articles
75
-
-[Introducing GraphicsJS, a Powerful Lightweight Graphics Library](https://www.sitepoint.com/introducing-graphicsjs-a-powerful-lightweight-graphics-library/) by @RomanLubushkin
76
+
-[Introducing GraphicsJS, a Powerful Lightweight Graphics Library](https://www.sitepoint.com/introducing-graphicsjs-a-powerful-lightweight-graphics-library/) by [@RomanLubushkin](https://github.com/RomanLubushkin)
76
77
-[GraphicsJS Overview](https://docs.anychart.com/Graphics/Overview) by [AnyChart](http://www.anychart.com/)
77
78
78
79
# Building
79
80
80
81
*Coming soon.*
81
82
83
+
# Contributing
84
+
85
+
To contribute to AnyChart project please:
86
+
87
+
* Fork GraphicsJS repository.
88
+
* Create a branch from the `develop` branch.
89
+
* Make any changes you want to contribute.
90
+
* Create a pull request against the `develop` branch.
0 commit comments