Skip to content

Commit

Permalink
chore(docs): add reference to modify-master tests
Browse files Browse the repository at this point in the history
  • Loading branch information
singerla committed Mar 18, 2024
1 parent c84fecf commit b6f90aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 46 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,10 @@ To specify another slideLayout for an added output slide, you need to count slid

To add and modify shapes on a slide master, please take a look at [Add and modify shapes](https://github.com/singerla/pptx-automizer#add-and-modify-shapes).

If you require to modify slide master backgrounds, please refer to
- [Modify master background color](https://github.com/singerla/pptx-automizer/blob/main/__tests__/modify-master-background-color.test.ts).
- [Modify master background image](https://github.com/singerla/pptx-automizer/blob/main/__tests__/modify-master-background-image.test.ts).

```ts
// Import another slide master and all its slide layouts.
// Index 1 means, you want to import the first of all masters:
Expand Down
46 changes: 0 additions & 46 deletions __tests__/EXAMPLE-slide-bg.test.ts

This file was deleted.

0 comments on commit b6f90aa

Please sign in to comment.