Showing
354 changed files
with
4828 additions
and
0 deletions
testpro/.babelrc
0 → 100644
testpro/.editorconfig
0 → 100644
testpro/.eslintignore
0 → 100644
testpro/.eslintrc.js
0 → 100644
testpro/.gitignore
0 → 100644
testpro/.prettierrc
0 → 100644
testpro/CODE_OF_CONDUCT.md
0 → 100644
testpro/CONTRIBUTING.md
0 → 100644
testpro/ISSUE_TEMPLATE.md
0 → 100644
testpro/LICENSE
0 → 100644
testpro/README.md
0 → 100644
This diff is collapsed. Click to expand it.
testpro/bower.json
0 → 100644
testpro/createConfigVariable.js
0 → 100644
testpro/examples/css/service-basic.css
0 → 100644
testpro/examples/css/service-mobile.css
0 → 100644
testpro/examples/css/tui-example-style.css
0 → 100644
testpro/examples/example01-includeUi.html
0 → 100644
testpro/examples/example02-useApiDirect.html
0 → 100644
This diff is collapsed. Click to expand it.
testpro/examples/example03-mobile.html
0 → 100644
This diff is collapsed. Click to expand it.
testpro/examples/examples.json
0 → 100644
testpro/examples/img/TOAST UI Component.png
0 → 100644

27.8 KB
testpro/examples/img/bg.jpg
0 → 100644

20.1 KB
testpro/examples/img/bg.png
0 → 100644

929 Bytes
testpro/examples/img/download.png
0 → 100644

786 Bytes
testpro/examples/img/mask.png
0 → 100644

24.4 KB
testpro/examples/img/openImage.png
0 → 100644

813 Bytes
testpro/examples/img/redo.png
0 → 100644

682 Bytes
testpro/examples/img/remove.png
0 → 100644

1.23 KB
testpro/examples/img/sampleImage.jpg
0 → 100644

584 KB
testpro/examples/img/sampleImage2.png
0 → 100644

1.32 MB
testpro/examples/img/undo.png
0 → 100644

672 Bytes
testpro/examples/js/service-basic.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/examples/js/service-mobile.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/examples/js/theme/black-theme.js
0 → 100644
testpro/examples/js/theme/white-theme.js
0 → 100644
testpro/index.d.ts
0 → 100644
testpro/jsdoc.conf.json
0 → 100644
testpro/karma.conf.js
0 → 100644
testpro/makesvg.js
0 → 100644
testpro/package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
testpro/package.json
0 → 100644
testpro/src/css/buttons.styl
0 → 100644
testpro/src/css/checkbox.styl
0 → 100644
testpro/src/css/colorpicker.styl
0 → 100644
testpro/src/css/gridtable.styl
0 → 100644
testpro/src/css/icon.styl
0 → 100644
testpro/src/css/index.styl
0 → 100644
testpro/src/css/main.styl
0 → 100644
testpro/src/css/position.styl
0 → 100644
testpro/src/css/range.styl
0 → 100644
testpro/src/css/submenu.styl
0 → 100644
testpro/src/index.js
0 → 100644
testpro/src/js/action.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/command/addIcon.js
0 → 100644
testpro/src/js/command/addImageObject.js
0 → 100644
testpro/src/js/command/addObject.js
0 → 100644
testpro/src/js/command/addShape.js
0 → 100644
testpro/src/js/command/addText.js
0 → 100644
testpro/src/js/command/applyFilter.js
0 → 100644
testpro/src/js/command/changeIconColor.js
0 → 100644
testpro/src/js/command/changeSelection.js
0 → 100644
testpro/src/js/command/changeShape.js
0 → 100644
testpro/src/js/command/changeText.js
0 → 100644
testpro/src/js/command/changeTextStyle.js
0 → 100644
testpro/src/js/command/clearObjects.js
0 → 100644
testpro/src/js/command/flip.js
0 → 100644
testpro/src/js/command/loadImage.js
0 → 100644
testpro/src/js/command/removeFilter.js
0 → 100644
testpro/src/js/command/removeObject.js
0 → 100644
testpro/src/js/command/rotate.js
0 → 100644
testpro/src/js/command/setObjectPosition.js
0 → 100644
testpro/src/js/component/cropper.js
0 → 100644
testpro/src/js/component/filter.js
0 → 100644
testpro/src/js/component/flip.js
0 → 100644
testpro/src/js/component/freeDrawing.js
0 → 100644
testpro/src/js/component/icon.js
0 → 100644
testpro/src/js/component/imageLoader.js
0 → 100644
testpro/src/js/component/line.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/component/rotation.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/component/shape.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/component/text.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/consts.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/drawingMode/cropper.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/drawingMode/freeDrawing.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/drawingMode/icon.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/drawingMode/lineDrawing.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/drawingMode/shape.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/drawingMode/text.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/extension/arrowLine.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/extension/blur.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/extension/colorFilter.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/extension/cropzone.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/extension/emboss.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/extension/mask.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/extension/sharpen.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/factory/command.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/factory/errorMessage.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/graphics.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/helper/imagetracer.js
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/js/helper/shapeResizeHelper.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/imageEditor.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/interface/command.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/interface/component.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/interface/drawingMode.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/invoker.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/polyfill.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/crop.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/draw.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/filter.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/flip.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/icon.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/locale/locale.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/mask.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/rotate.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/shape.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/submenuBase.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/template/controls.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/template/mainContainer.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/template/style.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/template/submenu/crop.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/template/submenu/draw.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/template/submenu/filter.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/template/submenu/flip.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/template/submenu/icon.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/template/submenu/mask.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/template/submenu/rotate.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/template/submenu/shape.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/template/submenu/text.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/text.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/theme/standard.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/theme/theme.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/tools/colorpicker.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/ui/tools/range.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/js/util.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/default.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-apply.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-cancel.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-crop.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-delete-all.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-delete.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-draw-free.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-draw-line.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-draw.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-filter.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-flip-reset.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-flip-x.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-flip-y.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-flip.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-icon-arrow-2.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-icon-arrow-3.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-icon-arrow.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-icon-bubble.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-icon-heart.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-icon-load.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-icon-location.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-icon-polygon.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-icon-star-2.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-icon-star.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-icon.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-mask-load.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-mask.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-redo.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-reset.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-rotate.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-shape-circle.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-shape-triangle.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-shape.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-text-bold.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-text-italic.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-text-underline.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-text.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/ic-undo.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-a/img-bi.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-apply.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-cancel.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-crop.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-delete-all.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-delete.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-draw-free.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-draw-line.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-draw.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-filter.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-flip-reset.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-flip-x.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-flip-y.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-flip.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-icon-arrow-2.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-icon-arrow-3.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-icon-arrow.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-icon-bubble.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-icon-heart.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-icon-load.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-icon-location.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-icon-polygon.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-icon-star-2.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-icon-star.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-icon.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-mask-load.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-mask.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-redo.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-reset.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-rotate.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-shape-circle.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-shape-triangle.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-shape.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-text-bold.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-text-italic.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-text-underline.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-text.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/ic-undo.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-b/img-bi.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-apply.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-cancel.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-crop.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-delete-all.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-delete.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-draw-free.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-draw-line.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-draw.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-filter.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-flip-reset.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-flip-x.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-flip-y.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-flip.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-icon-arrow-2.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-icon-arrow-3.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-icon-arrow.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-icon-bubble.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-icon-heart.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-icon-load.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-icon-location.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-icon-polygon.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-icon-star-2.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-icon-star.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-icon.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-mask-load.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-mask.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-redo.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-reset.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-rotate.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-shape-circle.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-shape-triangle.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-shape.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-text-bold.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-text-italic.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-text-underline.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-text.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/ic-undo.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-c/img-bi.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-apply.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-cancel.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-crop.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-delete-all.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-delete.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-draw-free.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-draw-line.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-draw.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-filter.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-flip-reset.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-flip-x.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-flip-y.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-flip.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-icon-arrow-2.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-icon-arrow-3.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-icon-arrow.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-icon-bubble.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-icon-heart.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-icon-load.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-icon-location.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-icon-polygon.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-icon-star-2.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-icon-star.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-icon.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-mask-load.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-mask.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-redo.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-reset.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-rotate.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-shape-circle.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-shape-triangle.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-shape.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-text-bold.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-text-italic.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-text-underline.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-text.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/ic-undo.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/src/svg/icon-d/img-bi.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/.eslintrc.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/action.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/arrowLine.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/command.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/cropper.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/cropzone.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/drawingMode.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/filter.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/fixtures/TOAST UI Component.png
0 → 100644

27.8 KB
testpro/test/fixtures/icon-a.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/fixtures/icon-b.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/fixtures/icon-c.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/fixtures/icon-d.svg
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/fixtures/mask.png
0 → 100644

24.4 KB
testpro/test/fixtures/sampleImage.jpg
0 → 100644

584 KB
testpro/test/flip.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/graphics.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/icon.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/imageEditor.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/index.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/invoker.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/line.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/promiseApi.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/rotation.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/selectionModifyHelper.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/shape.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/text.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/theme.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/types/tsconfig.json
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/types/type-tests.ts
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/ui.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/test/uiRange.spec.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/tsBannerGenerator.js
0 → 100644
This diff is collapsed. Click to expand it.
testpro/tslint.json
0 → 100644
This diff is collapsed. Click to expand it.
testpro/tuidoc.config.json
0 → 100644
This diff is collapsed. Click to expand it.
testpro/webpack.config.js
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment