Skip to content

Commit

Permalink
docs: documentation for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsik Yoo committed May 24, 2017
1 parent fdd7d14 commit 05187e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The MIT License

Copyright (c) 2016 NHN Entertainment Corp.
Copyright (c) 2017 NHN Entertainment Corp.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Image Editor
Canvas image editor

![image](https://cloud.githubusercontent.com/assets/18183560/20796021/86d53b88-b817-11e6-8fc3-2475d070d643.png)
![image](https://cloud.githubusercontent.com/assets/26706716/26335518/84f041e2-3fa7-11e7-8892-155a95c6d5c3.png)

## Feature
* Load image to canvas
Expand All @@ -15,6 +15,7 @@ Canvas image editor
* Icon
* Text
* Mask Filter
* Image Filter

## Documentation
* API: [http://nhnent.github.io/tui.component.image-editor/latest/](http://nhnent.github.io/tui.component.image-editor/latest/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tui-image-editor",
"author": "NHNEnt FE Development Lab <[email protected]>",
"version": "1.4.1",
"version": "2.0.0",
"license": "MIT",
"repository": "https://github.com/nhnent/tui.component.image-editor",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion src/js/imageEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ class ImageEditor {
}

/**
* Remove active object or group
* Remove an object or group by id
* @param {number} id - object id
* @returns {Promise}
* @example
Expand Down

0 comments on commit 05187e3

Please sign in to comment.