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
<imgsrc="https://raw.githubusercontent.com/ZMYaro/paintz/master/app/images/full_scrnsht.png"width="640"alt="Screenshot of PaintZ." />
4
4
5
5
6
6
## Overview
7
7
8
-
Its goal is to make creating and editing drawings and other images as easy to do on Chrome OS and the web as similar native applications on other platforms, such as Microsoft Paint and KolourPaint. PaintZ is designed to to be fast and easy to use, with a touch- and mouse-friendly Material Design interface, full offline support, and no Flash Player required.
8
+
PaintZ is a simple drawing program for the web. Its goal is to make creating and editing drawings and other images as easy to do on Chrome OS and the web as similar native applications on other platforms, such as Microsoft Paint and KolourPaint. PaintZ is designed to to be fast and easy to use, with a touch- and mouse-friendly Material Design interface, full offline support, and no Flash Player or other plug-ins required.
9
+
9
10
10
11
## Principles
11
12
@@ -16,6 +17,7 @@ Its goal is to make creating and editing drawings and other images as easy to do
16
17
* Privacy-conscious - No user-identifying data should be retained, minimal data should be retained at all, and nothing but basic anonymous analytics should leave the user's device.
17
18
* Dependency-conscious - PaintZ will never require plug-in installation; new CSS/JS libraries should only be added if necessary, and after serious consideration.
18
19
20
+
19
21
## Live instance
20
22
21
23
The official live instance of PaintZ can be found at https://paintz.app.
@@ -34,12 +36,14 @@ _These are the **only** legitimate Chrome Web Store listings for PaintZ._
34
36
35
37
Updates are posted to the @PaintZApp profiles on [Facebook](https://www.facebook.com/PaintZApp), [Instagram](https://www.instagram.com/PaintZApp), and [Twitter](https://twitter.com/PaintZApp).
36
38
39
+
37
40
## Bug reports and feature requests
38
41
39
42
You can submit bug reports and feature requests in [the Issues tab](https://github.com/ZMYaro/paintz/issues). Please search before submitting to avoid submitting duplicates. If you find it was already submitted, please just add a 👍 reaction to the existing one.
40
43
41
44
For feature requests, please also ensure features are in line with the principles above—certain features will always be outside the intended scope of PaintZ.
42
45
46
+
43
47
## Code styling
44
48
45
49
* Commits will follow [standard Git commit guidelines](http://git-scm.com/book/ch5-2.html#Commit-Guidelines).
@@ -63,6 +67,7 @@ For feature requests, please also ensure features are in line with the principle
63
67
function sum(a, b) { ... }
64
68
```
65
69
70
+
66
71
## Credits
67
72
68
73
PaintZ is developed and maintained by [Zachary Yaro](https://zmyaro.com).
0 commit comments