Skip to content

Instantly share code, notes, and snippets.

@Drewbadour
Drewbadour / _printme.dxf
Created October 19, 2025 14:47
Proxy-PDF-Maker Debug Files
0
SECTION
2
ENTITIES
0
POLYLINE
8
0
66
1
import React from 'react';
import useThemeContext from '@theme/hooks/useThemeContext';
export function FigureImage({src, alt, figcaption}) {
return (
<figure>
<a href={src}>
<img src={src} alt={alt}/>
</a>
<figcaption>