2.0.3 • Published 1 year ago

sketchfab-url-parser v2.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Sketchfab model url parser

const Sketchfab = require('sketchfab-url-parser');

const sketchfabModelUrl = "https://sketchfab.com/search?date=month&features=downloadable&q=realityscan&type=models"
const skfb = new Sketchfab(sketchfabModelUrl);

console.log(skfb);

// Output:
    SketchFabUrl {
    modelName: 'sandy-beach-on-rugen-realityscan',
    modelId: '6994fc1f559045dab9e5455f27308ecd',
    url: 'https://sketchfab.com/3d-models/sandy-beach-on-rugen-realityscan-6994fc1f559045dab9e5455f27308ecd'
    }
2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago