post-archiver
v0.1.13
Published
Types for Post Archiver, https://github.com/xiao-e-yun/PostArchiver
Downloads
6
Readme
PostArchiver
Types for Archiver
For FanboxArchive
of Unify Archive.
Provide API to web, just deploy a Static Server.
Input
- FanboxArchive
- Planing
Output
- Code by your self
Install
For Rust
cargo add post-archiver
use it (check src/structs.rs
to know more)
use post_archiver::*;
For TypeScript
npm add -D post-archiver
Import you need types
import type { ArchivePost } from "post-archiver"
Build
For Rust
cargo build
For TypeScript
cargo test -F=typescript
node gen-types.mjs
You will get files in bindings