mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-12 14:17:48 +02:00
update banners to absolute paths
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||

|
||||

|
||||
|
||||
Position your windows at well-known locations.
|
||||
|
||||
@@ -66,7 +66,7 @@ fn main() {
|
||||
Afterwards all the plugin's APIs are available through the JavaScript guest bindings:
|
||||
|
||||
```javascript
|
||||
import { move_window, Position } from "@tauri-apps/plugin-positioner";
|
||||
import { move_window, Position } from '@tauri-apps/plugin-positioner';
|
||||
|
||||
move_window(Position.TopRight);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user