外掛說明
Plugin provides the option of cropping image by browsing/draging and droping image on the front end if user is logged in.
User can then upload the cropped Images which can be access through media page in admin dashboard.
User also have ability to smart crop using using deep learning.
Integrations
- Plugin uses third party object classification model YOLO V5 for TensorflowJS.
適用於區塊編輯器
這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。
- JS Crop Gutenberg block which lets user to crop image on frontend and upload it.
安裝方式
- Upload the folder
wpJsCrop
and its contents to the/wp-content/plugins/
directory or use the wordpress plugin installer - Activate the plugin through the ‘Plugins’ menu in WordPress
- A new “Js Crop Block” option will be available under media in blocks section of post and widget.
Uninstall
- Deactivate Js Crop in the ‘Plugins’ menu in WordPress.
- After Deactivation a ‘Delete’ link appears below the plugin name, follow the link and confim with ‘Yes, Delete these files’.
- This will delete all the plugin files from the server without erasing options the plugin has stored in the database.
常見問題集
-
Why can’t I customize it ?
-
Keep reviewing the plugin so I will know what people are looking for, I’m working on other features like letting user to apply filters to their image and edit them.
-
Is this plugin mobile freindly ?
-
It is designed for PC only
-
Where can I use this plugin?
-
You can use this plugin as block on post or widget.
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0.0
- First stable version
2.0.0
- Block added
-
Legacy widget removed
=2.1.0=
*Minor fixes
=2.5.0=
*JSX Support for Development
*Ability to change font color and background color=2.5.1=
*Minor bug fixes=2.6.0=
*Ability to change box width=3.0.0=
*Smart crop using Deep Learning=3.1.0=
*Minor bux fixes