-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyc2AJpsu6[1]
45 lines (43 loc) · 2.08 KB
/
yc2AJpsu6[1]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="p5.js, p5.js web editor, web editor, processing, code editor" />
<meta name="description" content="A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners." />
<title>p5.js Web Editor</title>
<link rel='stylesheet' href='/app.1aa6174e26920ca1b204.css' />
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon' / >
<script>
if (!window.process) {
window.process = {};
}
if (!window.process.env) {
window.process.env = {};
}
window.process.env.API_URL = '/editor';
window.process.env.NODE_ENV = 'production';
window.process.env.S3_BUCKET = 'assets.editor.p5js.org';
window.process.env.S3_BUCKET_URL_BASE = 'https://assets.editor.p5js.org/';
window.process.env.AWS_REGION = 'us-west-2';
window.process.env.FORCE_TO_HTTPS = false;
window.process.env.CLIENT = true;
window.process.env.LOGIN_ENABLED = true;
window.process.env.EXAMPLES_ENABLED = true;
window.process.env.UI_ACCESS_TOKEN_ENABLED = false;
window.process.env.UI_COLLECTIONS_ENABLED = true;
window.process.env.UPLOAD_LIMIT = 250000000;
window.process.env.MOBILE_ENABLED = undefined;
window.process.env.TRANSLATIONS_ENABLED = true;
window.process.env.PREVIEW_URL = 'https://preview.p5js.org';
window.process.env.GA_MEASUREMENT_ID='UA-53383000-1';
</script>
</head>
<body>
<div id="root" class="root-app">
</div>
<script src='/app.1aa6174e26920ca1b204.js'></script>
</body>
</html>