UNPKG
npf2html
Version:
latest (1.1.7)
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Converts Tumblr's Neue Post Format to plain HTML
github.com/nex3/npf2html
nex3/npf2html
npf2html
/
build
/
src
/
blog-info.d.ts
10 lines
(9 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** Information about a particular blog on Tumblr. */
export interface BlogInfo {
/** The blog's UUID. */
uuid: string;
/** The blog's username. */
name: string;
/** The blog's URL. */
url: string; }