Skip to content

Commit 3506025

Browse files
committed
Merge branch 'development' of https://github.com/team-reactype/ReacType
2 parents 32c9f2d + ac10ecb commit 3506025

14 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Download for [MacOS](), [Windows](), [Linux]().
1111

12-
![Image of ReacType Application](https://i.imgur.com/FGlkjIc.png)
12+
![Image of ReacType Application](https://i.imgur.com/2sefnAk.jpg)
1313

1414
### How to use
1515

@@ -20,10 +20,12 @@ Download for [MacOS](), [Windows](), [Linux]().
2020
- The bottom panel allows the user to toggle between 4 different views: a tree diagram of the application, a preview of the exportable code, a form to enter component props, and a form to add HTML attributes.
2121
- **_Props_** can be added to each component within its tab on bottom panel. Enter in a _key-value pair_, select its data _type_ and press the bottom 'ADD PROP'.
2222
- **_HTML Element Attributes_** of class name and ID can be added to each HTML element after an HTML element has been rendered to the canvas.
23-
- To **_delete_** a _child_ or instance from the canvas, select the desired instance and either press the _delete_ key or click the 'DELETE CHILD' button.
23+
- To **_delete_** a _child_ or instance from the canvas, select the desired instance and either press the _delete_ key.
2424
- To **_delete_** a _component_, click the 'DELETE' button of the desired component in the left panel.
2525
- To _start over_, select the blue 'CLEAR WORKSPACE' button in the left panel. This will **clear the entire application**.
2626

27+
![Image of ReacType Application 2](https://i.imgur.com/OCJ8nnw.png)
28+
2729
### To Export Files
2830

2931
- Once finished setting up the application template, press the green 'EXPORT PROJECT' button at the bottom of the left panel and choose between two options to export your files:

electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ linux:
77
target:
88
- AppImage
99
- deb
10-
maintainer: test@gmail.com
10+
maintainer: spincycle01@yahoo.com
1111
mac:
1212
category: public.app-category.developer-tools
1313
target: dmg

src/public/icons/mac/icon.icns

-152 KB
Binary file not shown.

src/public/icons/png/1024x1024.png

-180 KB
Binary file not shown.

src/public/icons/png/128x128.png

6.5 KB
Loading

src/public/icons/png/16x16.png

455 Bytes
Loading

src/public/icons/png/24x24.png

818 Bytes
Loading

src/public/icons/png/256x256.png

20.4 KB
Loading

src/public/icons/png/32x32.png

1.35 KB
Loading

src/public/icons/png/48x48.png

2.2 KB
Loading

src/public/icons/png/512x512.png

22.7 KB
Loading

src/public/icons/png/64x64.png

2.92 KB
Loading

src/public/icons/png/96x96.png

11.1 KB
Loading

src/public/icons/win/icon.ico

-303 KB
Binary file not shown.

0 commit comments

Comments
 (0)