File tree Expand file tree Collapse file tree 2 files changed +22
-21
lines changed
Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 11<h1 >
2- <svg xmlns =" http://www.w3.org/2000/svg " viewBox =" 0 0 260 30 " >
3- <text x =" 0 " y =" 25 " font-family =" Consolas, Monaco, monospace " font-size =" 14 " fill =" #58595b " >
4- >_ CREATE CRXJS
5- <tspan id="cursor">▌</tspan>
6- </text >
7-
8- <defs >
9- <style>
10- #cursor {
11- animation: blink 1s infinite;
12- opacity: 1;
13- }
14- @keyframes blink {
15- 0% { opacity: 1; }
16- 50% { opacity: 0; }
17- 100% { opacity: 1; }
18- }
19- </style>
20- </defs >
21- </svg >
2+ <img src =" blink.svg " alt =" logo " >
223
234<br />
245
3011### 📦 Usage
3112
3213``` shell
33- npm create uni@latest
14+ npm create uni@latest
3415```
3516
3617> [ !IMPORTANT] > ` @latest ` MUST NOT be omitted, otherwise ` npm ` may resolve to a cached and outdated version of the package.
You can’t perform that action at this time.
0 commit comments