{"__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; vr; web-share","iframe_sandbox":"allow-forms allow-modals allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation allow-downloads allow-presentation"},"__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,"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.eyJhdWQiOiJodHRwczovL2lkZW50aXR5dG9vbGtpdC5nb29nbGVhcGlzLmNvbS9nb29nbGUuaWRlbnRpdHkuaWRlbnRpdHl0b29sa2l0LnYxLklkZW50aXR5VG9vbGtpdCIsImNsYWltcyI6eyJvd25lcklkIjoiVm9Ea05aIiwiYWRtaW4iOmZhbHNlfSwiZXhwIjoxNjk2Mjg5NTgyLCJpYXQiOjE2OTYyODU5ODIsImlzcyI6ImZpcmViYXNlLWFkbWluc2RrLThva3lsQGNvZGVwZW4tc3RvcmUtcHJvZHVjdGlvbi5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsInN1YiI6ImZpcmViYXNlLWFkbWluc2RrLThva3lsQGNvZGVwZW4tc3RvcmUtcHJvZHVjdGlvbi5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsInVpZCI6IlZvRGtOWiJ9.U8nOa_vo_3A-uYJzuZPKWgXMbhQubJy7NVMrvP3CPQhblPiKUoRLnndn2HXN7VZjxkqucfNjRnMuwUyPx-ILTeVdeiFw-sgIp5h8iK5eveLfP_JdvRqntpIg42iMV_bXXdItCLWcwMYkHilGKwlnq7Q76wwEh5rTweLMWvjtbLQFXd8E9YntgO1cOW1BB_odPYh5aIHtB5XCBUfPHFoZEKJUC7lfldgI88-Jc0Ly33CbYOdzua4NKkndMiK10cynqf4FqTQuazdQ_gMmjJObLomJR87U7SgIZxr9WK2XM_3gdsrWv5Tm3hAhL8lM-Fp9Adwoag1XkKUFw_taJVBvQw"},"__pay_stripe_public_key":"pk_live_2GndomDfiklqpSNQn8FrGuwZSMIMzha7DkLJqlYe7IR0ihKAlKdiHg68JJc5eVPt68rzAjzAAVXcUwjySHRCsgjQQ00gtRBUFNH","__pay_braintree_env":"production","__item":"{\"id\":21261632,\"user_id\":265602,\"html\":\"\",\"css\":\"body {\\n\\tmargin: 0;\\n}\\n\\nbutton {\\n\\tborder: none;\\n\\tfont-size: 50px;\\n\\tbackground: white;\\n}\\n\\nbutton:focus {outline:0;}\\n\\nbutton:hover {cursor:pointer;}\",\"js\":\"var angle = 0;\\n\\nfunction setup() {\\n createCanvas(windowWidth, windowHeight);\\n angleMode(DEGREES);\\n rectMode(CENTER);\\n}\\n\\nfunction draw() {\\n\\t\\n\\tbackground(255);\\n\\t\\n\\t\\/\\/la ligne extérieure\\n\\tstrokeWeight(12);\\n stroke(\\\"#FFC107\\\");\\n\\tline(windowWidth,windowHeight\\/2,0,windowHeight\\/2);\\n\\n\\n translate(width\\/2, height\\/2);\\n rotate(angle);\\n \\n\\t\\/\\/le cercle\\n strokeWeight(9);\\n stroke(\\\"#000\\\");\\n\\tfill(\\\"#EFEBE9\\\");\\n ellipse(0, 0, 120, 120);\\n \\n\\t\\/\\/la ligne dans le cercle\\n\\ttranslate(-38,-38);\\n strokeWeight(12);\\n stroke(\\\"#FFC107\\\");\\n line(0, 0, 75, 75);\\n\\n\\n\\tbutton = createButton('→');\\n button.position(windowWidth\\/2, 30);\\n button.mousePressed(changeRotate);\\n\\t\\n\\tfunction changeRotate() {\\n\\tangle = angle + 3;\\n}\\n\\t\\n\\t\\n\\tbutton = createButton('←');\\n button.position(windowWidth\\/2, windowHeight - 90);\\n button.mousePressed(rotateLeft);\\n\\t\\n\\tfunction rotateLeft() {\\n\\tangle = angle - 3;\\n}\\n\\t\\n\\n}\",\"html_pre_processor\":\"none\",\"css_pre_processor\":\"none\",\"js_pre_processor\":\"none\",\"html_classes\":\"\",\"css_starter\":\"neither\",\"js_library\":null,\"created_at\":\"2018-01-24T15:53:59.000Z\",\"updated_at\":\"2018-01-24T21:08:32.000Z\",\"title\":\"video game\",\"description\":\"\",\"slug_hash\":\"ypWjmr\",\"head\":\"\",\"private\":true,\"slug_hash_private\":\"47c3baec24c8395a461ef75cbfcd1d7e\",\"has_animation\":false,\"team_id\":0,\"css_prefix\":\"neither\",\"template\":false,\"parent_id\":0,\"comments_count\":0,\"custom_screenshot_filename\":null,\"loves_count\":0,\"pick\":false,\"popularity_score\":0,\"views_count\":0,\"pick_visible_at\":null,\"cpid\":\"016128e0-39d8-7dd4-9333-bbe029f324fc\",\"is_new_editor_pen\":false,\"pen_hash\":null,\"hashid\":\"ypWjmr\"}"}