Skip to content

hironichu/displays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Displays

Simple FFI library to show display information with Deno.

This is WIP and just for a project im doing, feel free to use it.

(this has only been tested/built on Windows/linux but should work everywhere, can't be bothered to built it for every platform.)

Usage :

import displays from "https://raw.githubusercontent.com/hironichu/displays/main/mod.ts";

console.log(displays);
// Returns :
// {
//   list: [
//     { id: "2528732444", x: 0, y: 0, width: 1920, height: 1080, scale: 1, rotation: 0 },
//	   ...
//   ]
// }

About

FFI library to show displays information

Resources

Stars

Watchers

Forks

Packages

No packages published