From 3ea27a2efbf8f614bf3791a5a175790b31c0fff7 Mon Sep 17 00:00:00 2001 From: Trezy Date: Mon, 30 Dec 2024 15:37:36 -0600 Subject: [PATCH] docs: remove `attachToDevtools` from docs --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9845c6a2..b336370c 100644 --- a/README.md +++ b/README.md @@ -120,10 +120,6 @@ const MyComponent = () => { } ``` -###### `attachToDevtools` - -Setting `attachToDevtools` to `true` will automatically attach the application to the [Official Pixi.js Devtools](https://chromewebstore.google.com/detail/pixijs-devtools/dlkffcaaoccbofklocbjcmppahjjboce). - ###### `defaultTextStyle` `defaultTextStyle` is a convenience property. Whatever is passed will automatically be assigned to Pixi.js's [`TextStyle.defaultTextStyle`](https://pixijs.download/release/docs/text.TextStyle.html#defaultTextStyle).