UNPKG

utilite

Version:

Powerful utility library for JS

60 lines (53 loc) 1.71 kB
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>utilite</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="description" content="Description" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/A5yncX/docsify-theme-darcula@v1.0/darcula.css"> <script src="//unpkg.com/docsify/lib/plugins/emoji.min.js"></script> <script src="//unpkg.com/docsify-copy-code"></script> <link rel="icon" type="image/png" href="logo.png" /> </head> <body> <nav> <a href="#/">EN</a> </nav> <div id="app"></div> <script> window.$docsify = { name: "<span>utilite</span>", repo: "https://github.com/shravan20/utilite", coverpage: "_cover.md", formatUpdated: "{MM}/{DD} {HH}:{mm}", homepage: "https://raw.githubusercontent.com/shravan20/utilite/main/README.md", autoHeader: true, markdown: { smartypants: true }, nativeEmoji: true, notFoundPage: '_notfound.md', themeColor: "#f08d67", search: { paths: [], // or 'auto' placeholder: "Type to search", noData: "No Results!", hideOtherSidebarContent: false // whether or not to hide other sidebar content }, copyCode: { buttonText: 'Copy to clipboard', errorText: 'Error', successText: 'Copied', }, plugins: [ ] }; </script> <!-- Docsify v4 --> <script src="//cdn.jsdelivr.net/npm/docsify@4"></script> </body> </html>