This commit is contained in:
2023-08-03 19:33:05 -04:00
parent 42a4361b5e
commit 2a6809e376
6 changed files with 157 additions and 4 deletions

View File

@ -34,14 +34,20 @@
function showCrop() {
for(cpie of crops) {
console.log(cpie.get())
console.log(cpie.element.clientWidth)
console.log(cpie.element.clientHeight)
}
}
</script>
<!--
width: 3264px;
height: 4224px;
-->
<style>
.container {
height: 11in;
width: 8.5in;
height: 11in;
overflow: hidden;
margin: auto;
border: 1px solid;