Skip to main content
The Deno 2 Release Candidate is here
Learn more

tinyfiledialogs-deno

deno doc

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

Example

import * as tinyfiledialogs from "https://denopkg.com/Srinivasa314/tinyfiledialogs-deno@1.0/mod.ts"
tinyfiledialogs.messageBoxOk("Content", "Title", MessageBoxIcon.Info)