{"__browser":{"country":"US","device":"unknown_device","mobile":false,"name":"unknown browser","platform":"unknown_platform","version":"0"},"__constants":{},"__CPDATA":{"domain_iframe":"https://cdpn.io","environment":"production","host":"codepen.io","iframe_allow":"accelerometer *; ambient-light-sensor *; camera *; display-capture *; encrypted-media *; geolocation *; gyroscope *; microphone *; midi *; payment *; serial *; vr *; web-share *; xr-spatial-tracking *","iframe_sandbox":"allow-downloads allow-forms allow-modals allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-presentation allow-same-origin allow-scripts allow-top-navigation-by-user-activation"},"__graphql":{"data":{"data":{"sessionUser":{"id":"VoDkNZ","name":"Captain Anonymous","title":"Captain Anonymous","avatar":"https://assets.codepen.io/t-1/user-default-avatar.jpg?format=auto&version=0","currentContext":{"id":"VoDkNZ","title":"Captain Anonymous","name":"Captain Anonymous","avatar":"https://assets.codepen.io/t-1/user-default-avatar.jpg?format=auto&version=0","username":"anon","__typename":"User"},"currentTeamId":null,"username":"anon","admin":false,"anon":true,"pro":false,"verified":false,"featureFlags":[],"teams":[],"__typename":"User"}}},"url":"https://codepen.io/graphql","api":"cprails"},"__user":{"anon":true,"base_url":"/anon/","cohorts":[],"current_team_hashid":null,"current_team_id":0,"hashid":"VoDkNZ","id":1,"itemType":"user","name":"Captain Anonymous","paid":false,"tier":0,"username":"anon","created_at":null,"email_verified":null,"collections_count":0,"collections_private_count":0,"followers_count":0,"followings_count":0,"pens_count":0,"pens_private_count":0,"projects_count":0,"projects_private_count":0},"__firebase":{"config":{"apiKey":"AIzaSyBgLAe7N_MdFpuVofMkcQLGwwhUu5tuxls","authDomain":"codepen-store-production.firebaseapp.com","databaseURL":"https://codepen-store-production.firebaseio.com","disabled":false,"projectId":"codepen-store-production"},"token":"eyJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJodHRwczovL2lkZW50aXR5dG9vbGtpdC5nb29nbGVhcGlzLmNvbS9nb29nbGUuaWRlbnRpdHkuaWRlbnRpdHl0b29sa2l0LnYxLklkZW50aXR5VG9vbGtpdCIsImNsYWltcyI6eyJvd25lcklkIjoiVm9Ea05aIiwiYWRtaW4iOmZhbHNlfSwiZXhwIjoxNzQ4MDg4OTIzLCJpYXQiOjE3NDgwODUzMjMsImlzcyI6ImZpcmViYXNlLWFkbWluc2RrLThva3lsQGNvZGVwZW4tc3RvcmUtcHJvZHVjdGlvbi5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsInN1YiI6ImZpcmViYXNlLWFkbWluc2RrLThva3lsQGNvZGVwZW4tc3RvcmUtcHJvZHVjdGlvbi5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsInVpZCI6IlZvRGtOWiJ9.N2zEmUf_c2VGZ4ffjSpEaJnnbwqcKImJ1_xPuez-2K9qnkH_tNE9hoCoRf-QlI1SG5g9zdoJZY962xmU6PJPpd4qYCLOhYw1T9zyviIvC4rIglTlSXq3g4Z5vG_iYMFmZa0-_q8yJ7jl12KS47FLQSsof_y2BJdAURTvt6YieZxwsUkYkD059zFAv_1qh1chxDciQ2FZsbk0R_TLN-idyWSXK_WpLll79OVZLOjlypLMezBB2WVP3yR-CTVGQa9HyPhghYSCcdQUx7vJ7AuKRUFkpNX4C40N3G7a-MAZYtpSuidYv04MiF5IyjTzc7QCB_IO8dC3j4QHVgPbuLT-eQ"},"__pay_stripe_public_key":"pk_live_2GndomDfiklqpSNQn8FrGuwZSMIMzha7DkLJqlYe7IR0ihKAlKdiHg68JJc5eVPt68rzAjzAAVXcUwjySHRCsgjQQ00gtRBUFNH","__pay_braintree_env":"production","__item":"{\"id\":56129995,\"user_id\":4559259,\"html\":\"\",\"css\":\"\",\"js\":\"let fArray = [];\\nfunction setup() {\\n createCanvas(windowWidth, windowHeight);\\n angleMode(DEGREES);\\n fArray.push(new dots(0, 0, 0));\\n stroke(255);\\n}\\n\\nfunction draw() {\\n translate(width \\/ 2, height \\/ 2);\\n background(0, 0, 0, 30);\\n t = (width \\/ 2) * sin(frameCount \\/ 10) * sin(frameCount \\/ 100);\\n for (let i = 0; i < fArray.length; i++) {\\n fArray[i].display();\\n }\\n}\\n\\nfunction mousePressed() {\\n fArray.push(new dots(mouseX - width \\/ 2, mouseY - height \\/ 2, t));\\n}\\n\\nclass dots {\\n constructor(x, y, t) {\\n this.x = x;\\n this.y = y;\\n this.t = t;\\n }\\n display() {\\n fill(255, 255, 255, 5);\\n circle(this.x, this.y, 20);\\n \\/\\/noFill();\\n circle(this.x, this.y, t);\\n circle(this.x, this.y, width \\/ 2 - t);\\n }\\n}\\n\\nfunction keyPressed() {\\n fArray = [];\\n fArray.push(new dots(0, 0, 0));\\n}\\n\",\"html_pre_processor\":\"none\",\"css_pre_processor\":\"none\",\"js_pre_processor\":\"none\",\"html_classes\":\"\",\"css_starter\":\"neither\",\"js_library\":null,\"created_at\":\"2021-10-24T19:51:42.065Z\",\"updated_at\":\"2021-10-24T20:09:57.568Z\",\"title\":\"finiteBreath\",\"description\":\"\",\"slug_hash\":\"jOLyRpj\",\"head\":\"\",\"private\":false,\"slug_hash_private\":\"db96feae53293dee61318552e866a725\",\"has_animation\":false,\"team_id\":0,\"css_prefix\":\"neither\",\"template\":false,\"parent_id\":0,\"comments_count\":0,\"custom_screenshot_filename\":null,\"loves_count\":1,\"pick\":false,\"popularity\":7,\"views_count\":19,\"pick_visible_at\":null,\"cpid\":\"017cb3db-d8f1-7715-8454-97d2ccce55a9\",\"is_new_editor_pen\":false,\"access\":\"Public\",\"pen_hash\":null,\"hashid\":\"jOLyRpj\"}"}