tui.image-editor
tui.image-editor copied to clipboard
๐๐จ Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
**Summary** tui-image-editor not showing properly in Vanilla.js. Why? What am I doing wrong? **Screenshots** **Version** 3.15.3 **Additional context** code: ``` import "./styles.css"; var ImageEditor = require("tui-image-editor"); var FileSaver = require("file-saver");...
**Describe the bug** Considering the overall text style, I believe the 3 strings from the screenshots below of "ZoomIn", "ZoomOut", and "Custom icon" should be, respectively, "Zoom In", "Zoom Out",...
**Summary** It is planned to use the image editor in a Web Application to be run on Android device. I would like to double check if the library works in...
I see that you can programmatically can draw a circle, rectangle, and triangle. That with a single click on a custom button. That with the http://nhn.github.io/tui.image-editor/latest/ImageEditor#setDrawingShape ``` instance.startDrawingMode('SHAPE'); instance.setDrawingShape('circle', {...
Thank you for creating this library! I wanted to ask if it would be possible to update the react wrapper for this library (react-image-editor) to the latest version (React 18)...
**Summary** A clear and concise description of what the question is. **Screenshots** If applicable, add screenshots to help explain your question. **Version** Write the version of the imageEditor you are...
I don't want the shapes I draw to go beyond the boundaries of the canvas, what should I do? My requirement is that whether you click or drag a shape,...
tui-image-editor๋ฅผ npm installํ๊ณ ์ฌ์ฉ์ค์ธ๋ฐ ํ๊ตญ์ด๋ก ๋ณ๊ฒฝํ์์ต๋๋ค. ๋ณ๊ฒฝ ํ ์ฌ์ง๊ณผ ๊ฐ์ด ๋ฐ ์ค๋ฅ ๋ฐ NaN์ค๋ฅ๊ฐ ๋จ๋๋ฐ ํด๊ฒฐ๋ฐฉ๋ฒ์ด ์์๊น์? ์๋ก๊ณ ์นจํ๋ฉด ๊ฐ๋์ฉ ๋๊ธฐ๋ํ๋๋ฐ ๋ณดํต ์๋์ด ์๋ฉ๋๋ค. ๊ทธ๋ฆฌ๊ณ ๋ชจ๋ฐ์ผ์์๋ ์ฌ์ฉ์ด ๋ถ๊ฐํ๋๋ฐ ์ด๋ป๊ฒ ํด์ผ ํฐ์น๋ก๋...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...