UNPKG
askai-img
Version:
latest (1.0.1)
1.0.1
1.0.0
AI Art Generation Tool
askai-img
/
dist
/
index.d.ts
8 lines
(7 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
askai_img
{
private
static
stylesService;
static
styles
():
Promise
<
import
(
"./types"
).
StyleMap
>;
static
generate
(
text
:
string
,
style
:
number
):
Promise
<
any
>;
private
static
generateArtwork;
private
static
pollResult; }