@sketchfab/viewer-api
Advanced tools
Comparing version 1.0.0 to 1.4.1
{ | ||
"name": "@sketchfab/viewer-api", | ||
"version": "1.0.0", | ||
"description": "The Sketchfab Viewer API", | ||
"main": "viewer-api.js", | ||
"version": "1.4.1", | ||
"description": "The Sketchfab Viewer API. For browser purposes.", | ||
"browser": "viewer-api.js", | ||
"scripts": { | ||
@@ -11,3 +11,3 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"type": "git", | ||
"url": "git+https://github.com/sketchfab/viewer-api.git" | ||
"url": "https://github.com/sketchfab/viewer-api" | ||
}, | ||
@@ -20,6 +20,33 @@ "keywords": [ | ||
], | ||
"author": "", | ||
"author": { | ||
"name": "Sketchfab", | ||
"email": "contact@sketchfab.com", | ||
"url": "https://sketchfab.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Cedric Pinson", | ||
"email": "cedric@sketchfab.com" | ||
}, | ||
{ | ||
"name": "Paul Cheyrou-Lagreze", | ||
"email": "paul@sketchfab.com" | ||
}, | ||
{ | ||
"name": "Remy Bouquet", | ||
"email": "remy@sketchfab.com" | ||
}, | ||
{ | ||
"name": "Arthur Jamain", | ||
"email": "arthur@sketchfab.com" | ||
} | ||
], | ||
"engines": { | ||
"node": "*", | ||
"npm": "*" | ||
}, | ||
"dependencies": {}, | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/sketchfab/viewer-api/issues" | ||
"url": "https://help.sketchfab.com/hc/en-us/requests/new?type=viewer_api" | ||
}, | ||
@@ -29,3 +56,3 @@ "publishConfig": { | ||
}, | ||
"homepage": "https://github.com/sketchfab/viewer-api#readme" | ||
"homepage": "https://sketchfab.com/developers/viewer" | ||
} |
@@ -1,1 +0,37 @@ | ||
# viewer-api | ||
<img src="https://static.sketchfab.com/img/press/logos/logo.png" alt="drawing" width="18"/> Sketchfab Viewer API | ||
--- | ||
The Sketchfab Viewer API is a small browser-targeted lib that lets you manipulate the sketchfab viewer inside an embed. | ||
**For legacy reasons, this repository only contains the build bundles so that they can be installed through npm. The source code is currently unavailable. There are however numerous resources and snippets available over at [sketchfab](https://sketchfab.com/developers/viewer).** | ||
<ul> | ||
<li><a href="https://help.sketchfab.com/hc/en-us/requests/new?type=viewer_api">Bug reports</a></li> | ||
<li><a href="https://forum.sketchfab.com/c/development-and-api">Feature requests / suggestions</a></li> | ||
<li><a href="https://sketchfab.com/developers/viewer/initialization">Initialization and options</a></li> | ||
<li><a href="https://sketchfab.com/developers/viewer/functions">API</a><ul> | ||
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-general">General</a></li> | ||
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-camera">Camera</a></li> | ||
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-objects">Objects</a></li> | ||
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-materials">Materials & Textures</a></li> | ||
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-postprocessing">Post Processing Filters</a></li> | ||
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-annotations">Annotations</a></li> | ||
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-events">Events</a></li> | ||
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-animation">Animation</a></li> | ||
</ul> | ||
</li> | ||
<li>Examples:<ul> | ||
<li><a href="https://sketchfab.com/developers/viewer/startstop">Start/Stop the viewer</a></li> | ||
<li><a href="https://sketchfab.com/developers/viewer/customanimation">Custom camera animation</a></li> | ||
<li><a href="https://sketchfab.com/developers/viewer/screenshot">Take a screenshot</a></li> | ||
<li><a href="https://sketchfab.com/developers/viewer/followmouse">“Follow the mouse” model</a></li> | ||
<li><a href="https://sketchfab.com/developers/viewer/compare">Compare two models</a></li> | ||
<li><a href="https://labs.sketchfab.com/experiments/annotations-sync/" target="_blank">Sync annotations with DOM content</a> (<a href="https://github.com/sketchfab/experiments/tree/master/annotations-sync/src" target="_blank">Source</a>)</li> | ||
<li><a href="https://labs.sketchfab.com/experiments/configurator/" target="_blank">Model Configurator - Chair</a> (<a href="https://github.com/sketchfab/experiments/tree/master/configurator/" target="_blank">Source</a>)</li> | ||
<li><a href="https://labs.sketchfab.com/experiments/watch-configurator/" target="_blank">Model Configurator - Apple Watch</a> (<a href="https://github.com/sketchfab/experiments/tree/master/watch-configurator/src" target="_blank">Source</a>)</li> | ||
<li><a href="https://labs.sketchfab.com/experiments/screenshots/" target="_blank">Screenshot Generator</a> (<a href="https://github.com/sketchfab/experiments/tree/master/screenshots/" target="_blank">Source</a>)</li> | ||
<li><a href="https://labs.sketchfab.com/experiments/viewer-sharing/" target="_blank">Viewer Sharing</a> (<a href="https://github.com/sketchfab/experiments/tree/master/viewer-sharing/src" target="_blank">Source</a>)</li> | ||
<li><a href="https://labs.sketchfab.com/experiments/" target="_blank">More Labs and Experiments</a></li> | ||
</ul> | ||
</li> | ||
</ul> |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
26950
4
85
37
0