/
deblinux
/
LayerCropperCEP
Обзор
Документация
Войти
/
deblinux
/
LayerCropperCEP
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
LayerCropper/client/index.html
21 строка
789 B
deblinux
upload files
16 авг 2025, 14:04
16 авг 2025, 14:04
b4b11c5
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="style.css"> </head> <body class="themeable"> <!-- index.html --> <h3>Layer Crop Pro</h3> <!-- Эта кнопка подготавливает сцену --> <button id="btnPrepareCrop" class="button-cta">1. Prepare Crop Frame</button> <!-- Эта кнопка завершает процесс --> <button id="btnApplyCrop" class="button-primary">2. Apply Crop</button> <div> <input type="checkbox" id="chkDestructive"> <label for="chkDestructive">Delete Cropped Pixels</label> </div> <input type="visible" id="targetLayerNameStorage"> <script type="text/javascript" src="CSInterface.js"></script> <script src="main.js"></script> </body> </html>