MethodDraw/readme.md

45 lines
1.3 KiB
Markdown
Raw Normal View History

2020-08-02 10:26:22 +00:00
# Method Draw
Method Draw is a web based vector drawing application.
**Use [Method Draw](https://editor.method.ac) online.**
2019-03-20 00:27:14 +00:00
![Method Draw](https://method.ac/assets/editor.png)
2020-08-02 10:26:22 +00:00
The purpose of Method Draw is to provide a simple and easy-to-use SVG editor experience. It purposely removes some features such as layers and line-caps/corners in exchange for a more simple and pleasant experience. If you are looking for a more complete vector editing open-source solution, please check out SVG Edit [SVG Edit](https://github.com/SVG-Edit/svgedit).
## Development
Develop and run a local web server under `src`;
```
cd src
python -m SimpleHTTPServer
```
## Build
2012-05-17 22:50:00 +00:00
2020-08-02 10:26:22 +00:00
Install dev dependencies:
2012-05-17 22:50:00 +00:00
2020-08-02 10:26:22 +00:00
`npm install`
2020-08-02 10:26:22 +00:00
Then you can build into `dist` by running:
2020-08-02 10:26:22 +00:00
`gulp`
2020-07-15 04:25:13 +00:00
2020-08-02 10:26:22 +00:00
Deploy `dist` to your static file server of choice.
## Release notes
| **2020.08.02** | File clean-up and gulp build implemented |
| **2020.08.01** | Project thawed |
| **2015.01.01** | Project frozen |
| **2014.01.01** | Project forked from SVG-Edit |
Sponsor development in the form of [one-time donations](https://method.ac/donate/), or by hiring me to customize Method Draw for your own needs (only simple 2-20 hour projects).
Method Draw is Copyright (c)
2020-07-15 04:25:13 +00:00
Mark MacKay [mark@method.ac](mailto:mark@method.ac)
2012-05-17 22:50:00 +00:00
Published under an MIT License. Enjoy.