model2image

0.0.9 • Public • Published

model2image

standard-readme compliant

Use model2image to display thumbnails of 3D models on a web page without requiring plugins or external programs.

Install

npm install model2image

Usage

import { model2image } from 'model2image';

async function modelToImage() {
    const imageUrl = await model2image(modelUrl);
    console.log(imageUrl);
}

License

MIT

Package Sidebar

Install

npm i model2image

Weekly Downloads

0

Version

0.0.9

License

MIT

Unpacked Size

7.54 kB

Total Files

4

Last publish

Collaborators

  • frankpony