Skip to content

Commit 3f4a4e0

Browse files
author
pipeline
committed
config(EJ2-4523): Removed unwanted function for code coverage (origin/EJ2-4328-AsynchronousIssue)
1 parent a6cef80 commit 3f4a4e0

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@syncfusion/ej2-lineargauge": "*",
2121
"@syncfusion/ej2-lists": "*",
2222
"@syncfusion/ej2-navigations": "*",
23+
"@syncfusion/ej2-pdf": "*",
2324
"@syncfusion/ej2-popups": "*"
2425
},
2526
"devDependencies": {

pdf/ReadMe.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Overview
2+
3+
PDF is a modern JavaScript library used to create PDF documents.
4+
It is written in TypeScript and has no external dependencies.
5+
6+
## Key Features
7+
8+
The following list shows the key features available in PDF library.
9+
* Creating PDF from scratch.
10+
* Adding text.
11+
* Rendering JPEG images.
12+
* Drawing tables.
13+
* Drawing lines and rectangles.

pdf/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@syncfusion/ej2-pdf";

0 commit comments

Comments
 (0)