-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (28 loc) · 1.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
<title>Splash Editor</title>
<link rel="icon" href="src/app/images/logo.png" />
<link rel="stylesheet" href="./GitHubWebsiteCSS/index.css">
</head>
<body>
<h2 id="available-scripts">Available Scripts</h2>
<ul>
<li><code>npm start</code> Start the application locally</li>
<li><code>npm run build</code> Build the application for Production (.env.production will be used)</li>
<li><code>npm run build:dev</code> Build the application for Development (.env.development will be used)</li>
<li><code>npm run build:stg</code> Build the application for Staging (.env.Staging will be used)</li>
<li><code>npm run analyze-build</code> Analyze final build to check perfomance bottlenecks. Before run this command please make sure you build the package first.</li>
</ul>
<h2 id="splash-editor-features">Splash Editor Features</h2>
<ul>
<li>Splash Editor has the ability for creating multiple page designs.</li>
<li>Output can be exported into pdf, jpeg, png, and svg.</li>
<li>Crop / Replace image functionality available.</li>
<li>Import images from Social Media (FB, Instagram etc.).</li>
<li><strong>Pre-Populated templates can be created easily.</strong></li>
<li><strong>Image / Text / shape / svg elements can be added / imported by the user to customize the design.</strong></li>
<li>Drag and Drop text/images/elements to the design.</li>
</ul>
<p>Note: <strong>bold</strong> text means it's being worked on and is coming soon</p>
</body>
</html>