Prettified Code!

This commit is contained in:
zero01101 2023-12-09 13:58:00 +00:00 committed by GitHub Action
parent 89997ac1e1
commit 90dfea4f6a
3 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
<!DOCTYPE html> <!doctype html>
<html lang="en-US"> <html lang="en-US">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />

View file

@ -1841,8 +1841,8 @@ const dreamTool = () =>
state.cursorSize > stableDiffusionData.width state.cursorSize > stableDiffusionData.width
? "#FBB5" ? "#FBB5"
: state.cursorSize < stableDiffusionData.width : state.cursorSize < stableDiffusionData.width
? "#BFB5" ? "#BFB5"
: "#FFF5"; : "#FFF5";
state.erasePrevReticle = _tool._reticle_draw( state.erasePrevReticle = _tool._reticle_draw(
bb, bb,
@ -1869,8 +1869,8 @@ const dreamTool = () =>
state.cursorSize > stableDiffusionData.width state.cursorSize > stableDiffusionData.width
? "#FBB5" ? "#FBB5"
: state.cursorSize < stableDiffusionData.width : state.cursorSize < stableDiffusionData.width
? "#BFB5" ? "#BFB5"
: "#FFF5"; : "#FFF5";
state.erasePrevReticle = _tool._reticle_draw( state.erasePrevReticle = _tool._reticle_draw(
getBoundingBox( getBoundingBox(
evn.x, evn.x,
@ -2371,8 +2371,8 @@ const img2imgTool = () =>
state.cursorSize > stableDiffusionData.width state.cursorSize > stableDiffusionData.width
? "#FBB5" ? "#FBB5"
: state.cursorSize < stableDiffusionData.width : state.cursorSize < stableDiffusionData.width
? "#BFB5" ? "#BFB5"
: "#FFF5"; : "#FFF5";
state.erasePrevReticle = _tool._reticle_draw( state.erasePrevReticle = _tool._reticle_draw(
bb, bb,
"Img2Img", "Img2Img",
@ -2409,8 +2409,8 @@ const img2imgTool = () =>
state.cursorSize > stableDiffusionData.width state.cursorSize > stableDiffusionData.width
? "#FBB5" ? "#FBB5"
: state.cursorSize < stableDiffusionData.width : state.cursorSize < stableDiffusionData.width
? "#BFB5" ? "#BFB5"
: "#FFF5"; : "#FFF5";
state.erasePrevReticle = _tool._reticle_draw( state.erasePrevReticle = _tool._reticle_draw(
bb, bb,
"Img2Img", "Img2Img",

View file

@ -1,4 +1,4 @@
<!DOCTYPE html> <!doctype html>
<html lang="en-US"> <html lang="en-US">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />