mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Add Create React App example with TypeScript and basic usage
This commit is contained in:
parent
d20ab76242
commit
00c3339520
15 changed files with 377 additions and 0 deletions
11
examples/create-react-app/src/index.css
Normal file
11
examples/create-react-app/src/index.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
html {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
canvas {
|
||||
border: 1px dashed;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: auto;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue