Created
May 20, 2022 05:15
-
-
Save vyppN/c7355d0d56d2e9d16bae4c30688a8997 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "shadow": { | |
| "1": { | |
| "value": [ | |
| { | |
| "color": "#0000000a", | |
| "type": "dropShadow", | |
| "x": "0", | |
| "y": "4", | |
| "blur": "8", | |
| "spread": "2" | |
| }, | |
| { | |
| "color": "#00000005", | |
| "type": "dropShadow", | |
| "x": "0", | |
| "y": "-1", | |
| "blur": "8", | |
| "spread": "0" | |
| } | |
| ], | |
| "type": "boxShadow" | |
| }, | |
| ... | |
| ... | |
| ... | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment