diff --git a/README.md b/README.md index bbf54e4..1287e24 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,36 @@ -### Jetpack Compose Drawing App +
+ App icon +

SoftBoard

+ SoftBoard is a simple whiteboard app for android. +
+
-Drawing app written with Jetpack Compose Canvas. +
+ License + Downloads + Last commit + Repo size + Stars +
+
+--- - +
+ Screenshots +

+ +

+
-### TODOs: -- [ ] Add BitmapShader for different type of pencils +## Features +- Infinite canvas +- Color Picker +- Supports multiple brush sizes +- Export Drawing as PNG or JPEG + +## Installation + +[Get it on GitHub](https://github.com/SuhasDissa/SoftBoard/releases/latest) diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100755 index 0000000..06520d9 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,4 @@ +SoftBoard is a simple Whiteboard app for android. +It support using multiple colors, brush sizes. +App has an infinite canvas to draw whatever you want. +You can export your drawings as PNG or JPEG. diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png new file mode 100644 index 0000000..dba58dd Binary files /dev/null and b/fastlane/metadata/android/en-US/images/icon.png differ diff --git a/screenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png similarity index 100% rename from screenshots/1.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/1.png diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100755 index 0000000..25e7b4d --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +SoftBoard is a simple whiteboard app for android.