Access to this code repository grants you the following license:
The Licensor grants the Licensee a non-exclusive, non-transferable license to use, modify, and deploy the Licensed Software for internal purposes only.
{ | |
"@context": "http://iiif.io/api/presentation/4/context.json", | |
"id": "https://example.org/iiif/3d/manifest", | |
"type": "Manifest", | |
"label": { | |
"en": ["I am 3D"] | |
}, | |
"behavior": ["some", "new", "behaviors", "probably"], | |
"items": [{ | |
"id": "https://example.org/iiif/scene1", |
Example from IIIF Docs: https://iiif.io/api/content-state/1.0/#51-a-region-of-a-canvas-in-a-manifest
Modified to use Wellcome manifest:
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://example.org/import/1",
"type": "Annotation",
"motivation": ["contentState"],
git checkout main
git pull origin main
npm version patch
git push origin main v0.0.0 # <- the tag
{ | |
"softwareVersion":"2.0.0", | |
"duplicatedFrom":null, | |
"access":"public", | |
"publicId":"Zmtdg3cwREXzNGCuHgmm", | |
"author":"Ed Silverton", | |
"rights":"", | |
"description":"<p>An Exhibit about the Greek God of wine and pleasure.</p>", | |
"title":"Dionysus", | |
"modified":{ |
{ | |
"type": "Annotation", | |
"motivation": ["contentState"], | |
"target": { | |
"id": "https://iiif.wellcomecollection.org/presentation/b18035723/canvases/b18035723_0022.JP2#xywh=1156,1585,501,544", | |
"type": "Canvas", | |
"partOf": [ | |
{ | |
"id": "https://iiif.wellcomecollection.org/presentation/v2/b18035723", | |
"type": "Manifest" |
import React from 'react'; | |
import { styled } from '@stitches/react'; | |
import { violet, blackA, mauve } from '@radix-ui/colors'; | |
// import { TextAlignLeftIcon, TextAlignCenterIcon, TextAlignRightIcon } from '@radix-ui/react-icons'; | |
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group'; | |
const StyledToggleGroup = styled(ToggleGroupPrimitive.Root, { | |
display: 'inline-flex', | |
backgroundColor: mauve.mauve6, | |
borderRadius: 4, |
{ | |
"version": "1.1", | |
"objectID": "DC1_LUHM23071", | |
"notes": "asjdh al dlka jdlkajds lkajds", | |
"views": { | |
"V_102": { | |
"view": { | |
"space": "object", | |
"position": [ | |
458.79573438185946, |