Update README.md

This commit is contained in:
Tony Air 2019-06-01 01:08:51 +07:00 committed by GitHub
parent 29b4731fb6
commit 5a41e45312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -28,14 +28,24 @@ yarn build
## Directory structure
src/ - your sources
-- src/app.scss - specific app style
-- src/_events.js - app events definitions
-- src/_ui.spinner.js - spinner example
-- src/_ui.form.croppie.scss - cropper-image-mask field style
-- src/_ui.form.croppie.js - cropper-image-mask field js
-- src/index.html - HTML example
-- src/img - some example images
-- src/upload.php - example of server-side processing
dist/ - compiled scipts after "yarn build"
You can open dist/index.html to see demo