Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Srinivasa314/tinyfiledialogs-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyfiledialogs-deno

deno doc

This is a port of tinyfiledialogs-rs for use in Deno. It requires --unstable --allow-plugin --allow-net --allow-read --allow-write (because it uses a native plugin).

Example

import * as tinyfiledialogs from "https://deno.land/x/tinyfiledialogs@1.0.5/mod.ts"
tinyfiledialogs.messageBoxOk("Title", "Content", tinyfiledialogs.MessageBoxIcon.Info)

About

A library for displaying various kinds of dialogs. It is a wrapper of tinyfiledialogs-rs

Resources

Stars

Watchers

Forks

Packages

No packages published