Skip to content

Commit

Permalink
Allow featureGroup initialization with no overlay corners (publiclab#381
Browse files Browse the repository at this point in the history
)

* test how readme formatting is rendered

* update formatting

* make documented setters return this

* bump to 0.8.0

* update

* update demo

* fix grammer

* update to use DistortableCollection.Edit

* complete API

* make API make sense

* fix mobile

* update readme

* update cmment

* revert demo change

* revert both demo changes

* refactor

* add new line to end of file

* make final updates

* fix typo
  • Loading branch information
sashadev-sky authored and themacboy committed Sep 19, 2019
1 parent 885ab63 commit 3f2c00e
Show file tree
Hide file tree
Showing 17 changed files with 1,766 additions and 366 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ module.exports = function(grunt) {
'src/edit/tools/DistortableImage.PopupBar.js',
'src/edit/tools/DistortableImage.ControlBar.js',
'src/edit/DistortableImage.Edit.js',
'src/edit/DistortableCollection.Edit.js',
'src/components/DistortableImage.Keymapper.js',
'src/edit/BoxSelector.js'
],
Expand Down
363 changes: 327 additions & 36 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 3f2c00e

Please sign in to comment.