-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (25 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Webpack App</title>
</head>
<body>
<div class="button-row">
<div id="modal-multi-liquify" class="button" title="Liquify multiple layers at once"></div>
<div id="modal-pack-and-liquify" class="button"
title="Pack selected layers into a smart object then call liquify"></div>
<div id="modal-liquify-layer-trees" class="button"
title="Liquify selected layers (and their masks) recursively"></div>
<div id="modal-clipping-stack-to-group" class="button"
title="Convert a clipping stack to a masked group"></div>
<div id="modal-add-to-upstream-masks" class="button"
title="Merge the layer down, and add its pixels to all upstream groups' masks"></div>
</div>
<div class="button-row">
<div class="button"></div>
<div class="button"></div>
<div class="button"></div>
</div>
</body>
</html>