-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e586baf
commit feaca0a
Showing
12 changed files
with
1,137 additions
and
1,147 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>JSDoc: Source: App.js</title> | ||
|
||
<script src="scripts/prettify/prettify.js"> </script> | ||
<script src="scripts/prettify/lang-css.js"> </script> | ||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> | ||
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> | ||
<style> | ||
body { | ||
font-family: 'Roboto', sans-serif; | ||
margin: 0; | ||
padding: 0; | ||
color: #333; | ||
background-color: #f9f9f9; | ||
} | ||
#main { | ||
padding: 2rem 4rem; | ||
width: 70%; | ||
margin: 0 auto; | ||
} | ||
h1.page-title { | ||
font-size: 2.5rem; | ||
margin-bottom: 1rem; | ||
} | ||
h2 { | ||
font-size: 2rem; | ||
margin-bottom: 1rem; | ||
} | ||
p { | ||
font-size: 1.1rem; | ||
line-height: 1.6; | ||
margin-bottom: 1.5rem; | ||
} | ||
pre { | ||
background-color: #efefef; | ||
padding: 1rem; | ||
border-radius: 4px; | ||
} | ||
code { | ||
font-family: 'Roboto Mono', monospace; | ||
} | ||
nav { | ||
position: fixed; | ||
top: 0; | ||
right: 0; | ||
background-color: white; | ||
width: 20%; | ||
height: 100%; | ||
padding: 2rem; | ||
overflow-y: auto; | ||
border-left: 1px solid #ddd; | ||
} | ||
nav a { | ||
color: #333; | ||
text-decoration: none; | ||
} | ||
nav a:hover { | ||
color: #007BFF; | ||
text-decoration: underline; | ||
} | ||
nav h2 { | ||
font-size: 1.6rem; | ||
margin-bottom: 1rem; | ||
} | ||
nav h3 { | ||
font-size: 1.3rem; | ||
margin-bottom: 0.5rem; | ||
} | ||
nav ul { | ||
list-style-type: none; | ||
padding: 0; | ||
margin: 0; | ||
} | ||
nav li { | ||
margin-bottom: 0.5rem; | ||
} | ||
footer { | ||
font-size: 0.9rem; | ||
color: #666; | ||
padding: 1rem 0; | ||
background-color: #f9f9f9; | ||
border-top: 1px solid #ddd; | ||
text-align: center; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
|
||
<div id="main"> | ||
|
||
<h1 class="page-title">Source: App.js</h1> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<section> | ||
<article> | ||
<pre class="prettyprint source linenums"><code>/** | ||
* @component | ||
*/ | ||
|
||
export default class App {} | ||
</code></pre> | ||
</article> | ||
</section> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<nav> | ||
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="module.exports.html">exports</a></li></ul> | ||
</nav> | ||
|
||
<br class="clear"> | ||
|
||
<footer> | ||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Fri May 12 2023 23:48:12 GMT-0400 (Eastern Daylight Time) | ||
</footer> | ||
|
||
<script> prettyPrint(); </script> | ||
<script src="scripts/linenumber.js"> </script> | ||
</body> | ||
</html> |
This file contains 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
This file contains 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
Oops, something went wrong.