IIIF-Commons / manifesto

IIIF Presentation API client and server utility library.
MIT License
47 stars 31 forks source link

Add extensions to support draft 3D API #126

Closed vincentmarchetti closed 7 months ago

vincentmarchetti commented 7 months ago

This will bring development of the manifesto code to support the draft 3d manifests prepared by IIIF 3D Technical study group. This branch will support developing and testing the manifesto code against the draft 3D manifests in IIIF/3d . By including compiled manifesto modules it also supports installation by npm into test viewer code.

codesandbox[bot] commented 7 months ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

stephenwf commented 7 months ago

Not sure what the HTTP status codes issue is. Maybe @edsilv ?

vincentmarchetti commented 7 months ago

On seeing the failed ci executions for Node 14 I suspected its an 'old Node version' problem. On codesandbox it looked like it was succeeding for Node 16, but I'm not confident enough with any of the tools to say for sure. I saw that ci.json specified "node" : "14"