@@ -31,8 +31,7 @@ render be rendered. The builder allows you to customize the [`Style`] of the wid
31
31
## Examples
32
32
33
33
``` rust
34
- use anyhow :: Result ;
35
- use ratatui :: prelude :: * ;
34
+ use ratatui :: prelude :: {Frame , Style , Stylize };
36
35
use tui_big_text :: {BigText , PixelSize };
37
36
38
37
fn render (frame : & mut Frame ) {
@@ -110,21 +109,22 @@ BigText::builder().alignment(Alignment::Center);
110
109
111
110
## License
112
111
113
- Copyright (c) 2023 Josh McKinney
112
+ Copyright (c) Josh McKinney
114
113
115
- This project is licensed under either of
114
+ This project is licensed under either of:
116
115
117
- - Apache License, Version 2.0
118
- ([ LICENSE-APACHE] ( LICENSE-APACHE ) or < http://www.apache.org/licenses/LICENSE-2.0 > )
119
- - MIT license
120
- ([ LICENSE-MIT] ( LICENSE-MIT ) or < http://opensource.org/licenses/MIT > )
116
+ - Apache License, Version 2.0 ([ LICENSE-APACHE] or < http://www.apache.org/licenses/LICENSE-2.0 > )
117
+ - MIT license ([ LICENSE-MIT] or < http://opensource.org/licenses/MIT > )
121
118
122
119
at your option.
123
120
121
+ [ LICENSE-APACHE ] : /LICENSE-APACHE
122
+ [ LICENSE-MIT ] : /LICENSE-MIT
123
+
124
124
## Contribution
125
125
126
- Unless you explicitly state otherwise, any contribution intentionally submitted
127
- for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
128
- dual licensed as above, without any additional terms or conditions.
126
+ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
127
+ work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
128
+ additional terms or conditions.
129
129
130
- See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) .
130
+ See [ CONTRIBUTING.md] ( / CONTRIBUTING.md) .
0 commit comments