최신커밋
This commit is contained in:
13
src/App.tsx
13
src/App.tsx
@@ -2,20 +2,23 @@ import React, {useState} from 'react';
|
||||
import './App.css';
|
||||
import {PDFViewer} from "./PDFViewer/PDFViewer";
|
||||
import DrawingCanvas from "./DrawingCanvas";
|
||||
import CronMaker from "./CronMaker/CronMaker";
|
||||
import MyComponent from "./test/Test";
|
||||
|
||||
function App() {
|
||||
/*
|
||||
|
||||
return (
|
||||
<DrawingCanvas/>
|
||||
<MyComponent/>
|
||||
);
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
return (
|
||||
<PDFViewer fileUrl="./test3.pdf" scale={1.5} renderText={true} waterMarkText="yaguboo-이정민 2023-10-04 15:10:00"/>
|
||||
//waterMarkText="yaguboo-이정민 2023-10-04 15:10:00"
|
||||
<PDFViewer fileUrl="./test.pdf" scale={1.5} renderText={true} />
|
||||
);
|
||||
|
||||
|
||||
*/
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user