1.0.0 • Published 8 months ago
blank_img v1.0.0
blank_img Project Structure
blank_img/
├── Cargo.lock
├── Cargo.toml
├── README.md
├── fonts/
│ ├── Roboto-Black.ttf
│ ├── Roboto-BlackItalic.ttf
│ ├── Roboto-Bold.ttf
│ ├── Roboto-BoldItalic.ttf
│ ├── Roboto-Italic.ttf
│ ├── Roboto-Light.ttf
│ ├── Roboto-LightItalic.ttf
│ ├── Roboto-Medium.ttf
│ ├── Roboto-MediumItalic.ttf
│ ├── Roboto-Regular.ttf
│ ├── Roboto-Thin.ttf
│ └── Roboto-ThinItalic.ttf
├── index.html
├── index.js
├── package.json
├── pkg/
│ ├── blank_img_bg.wasm
│ ├── blank_img_bg.wasm.d.ts
│ ├── blank_img.d.ts
│ ├── blank_img.js
│ └── package.json
├── src/
│ └── lib.rs
├── target/
│ ├── debug/
│ ├── release/
│ └── wasm32-unknown-unknown/
└── test.js
Key Files
src/lib.rs
: Main Rust implementationpkg/
: WebAssembly package outputindex.js
: JavaScript entry pointfonts/
: Font files used by the project
1.0.0
8 months ago