Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bytesleo/fabricjs-pathfinding

Pathfinding based in Fabricjs
https://github.com/bytesleo/fabricjs-pathfinding

fabric fabricjs pathfinder pathfinding

Last synced: 4 months ago
JSON representation

Pathfinding based in Fabricjs

Awesome Lists containing this project

README

        

# fabricjs-pathfinding

Pathfinding based in Fabricjs

## Preview:

* open `index.html` in a browser.

![](https://j.gifs.com/GZDGxy.gif)

## Usage
* `npm i` install dependecies
* `npm start` to start Webpack in watch mode - will recompile when you change a file.
* open `index.html` in a browser.
* Change or add files in `src` folder. `index.js` is the entry point.
* Reload the browser when you have made a change.

## License

MIT © [Leonardo Rico](https://github.com/kevoj/fabricjs-pathfinding/blob/master/LICENSE)