Skip to content

acoyiu/aigui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AiGUI

A project designed for help designer to produce mission without help of programmer

1: Clone project

git clone this project

2: Update IP and port using in redirect.html

<input type="text" style="width: 100%;" id="theText" value="http://192.168.0.63:7070/svg/sample1" />
location.href = `http://192.168.0.63:7070/?path=${document.getElementById('theText').value}`;

3: Start Server (this will also host the svg template data)

http-server -c-1 --cors -p 7070

About

A library to animate svg file directly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published