init create-react-library@2.6.7

This commit is contained in:
2020-01-14 11:30:57 +05:30
commit d66d89afd5
21 changed files with 21198 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<title>ts-transformer-visualizer</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>
+8
View File
@@ -0,0 +1,8 @@
{
"short_name": "ts-transformer-visualizer",
"name": "ts-transformer-visualizer",
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}