Skip to content

Commit 3cf3439

Browse files
committed
Update gh-pages with enhanced examples v1.1.0
- Add interactive demo form with autocomplete and custom text input - Enhanced documentation with README content and styled headings - Tree shaking optimization showcase with 98.0% bundle size reduction - Comprehensive feature documentation and usage examples
1 parent 0113602 commit 3cf3439

3 files changed

Lines changed: 32 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>7TV Paint Effects Demo</title><link rel="stylesheet" href="stylesheet.css"><script defer="defer" src="main.99b09e5f1893a9b1ba76.js"></script></head><body><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>7TV Paint Effects Demo</title><link rel="stylesheet" href="stylesheet.css"><script defer="defer" src="main.c002dc70de18c1ed285f.js"></script></head><body><div id="root"></div></body></html>

main.c002dc70de18c1ed285f.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/**
2+
* @license React
3+
* react-dom.production.min.js
4+
*
5+
* Copyright (c) Facebook, Inc. and its affiliates.
6+
*
7+
* This source code is licensed under the MIT license found in the
8+
* LICENSE file in the root directory of this source tree.
9+
*/
10+
11+
/**
12+
* @license React
13+
* react.production.min.js
14+
*
15+
* Copyright (c) Facebook, Inc. and its affiliates.
16+
*
17+
* This source code is licensed under the MIT license found in the
18+
* LICENSE file in the root directory of this source tree.
19+
*/
20+
21+
/**
22+
* @license React
23+
* scheduler.production.min.js
24+
*
25+
* Copyright (c) Facebook, Inc. and its affiliates.
26+
*
27+
* This source code is licensed under the MIT license found in the
28+
* LICENSE file in the root directory of this source tree.
29+
*/

0 commit comments

Comments
 (0)