UNPKG
@svg-mcp/windows-x64
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.9
1.0.7
1.0.3
SVG MCP Server binary for Windows x64
github.com/lihongjie0209/svg-mcp
lihongjie0209/svg-mcp
@svg-mcp/windows-x64
/
index.js
9 lines
(7 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
path =
require
(
'path'
);
// Export the path to the binary for this platform
module
.
exports
= {
getBinaryPath
:
() =>
{
return
path.
join
(__dirname,
'bin'
,
'svg-mcp.exe'
); } };