@cocreate/utils
Version:
A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.
24 lines (22 loc) • 709 B
HTML
<html lang="en">
<head>
<title>Utils | CoCreateJS</title>
<!-- CoCreate Favicon -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="../assets/favicon.ico" />
<!-- CoCreate CSS CDN -->
<link
rel="stylesheet"
href="https://cdn.cocreate.app/action/latest/CoCreate-action.min.css"
type="text/css" />
<link rel="manifest" href="/manifest.webmanifest" />
</head>
<body>
<!--<script src="../dist/CoCreate-utils.js"></script>-->
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>