fengyuanchen / photo-editor

A simple photo editing application.
https://fengyuanchen.github.io/photo-editor
MIT License
936 stars 238 forks source link

is way to free move .toolbar on site ? #12

Closed dessar-sega closed 7 years ago

dessar-sega commented 7 years ago

This : <div class="canvas">    <div class="editor"></div>     <div class="toolbar"></div> </div>

to like this (to free move aniwhere in site): <div class="toolbar"></div> <div class="canvas">    <div class="editor"></div> </div>

fengyuanchen commented 7 years ago

You can implement it by yourself if necessary.