@@ -1,3 +1,13 @@
# **LocalConsole**
A description of this package.
## **How to Use**
```swift
// Show console.
Console.shared.isVisible = true
// Print to console.
Console.shared._print("Hello, world!")
// Clear console.
Console.shared.clear()
```
The note is not visible to the blocked user.