svg-to-excalidraw icon indicating copy to clipboard operation
svg-to-excalidraw copied to clipboard

Convert SVGs into Excalidraw data

Results 12 svg-to-excalidraw issues
Sort by recently updated
recently updated
newest added

I followed the steps in the instructions. I tried running the code in the readme file with nodejs, in jupyter, in a browser, all the while seeking help from ChatGPT...

I converted a SVG file to excalidraw JSON, but the elm were all lost. But i floud ```ExcalidrawTextElement``` in the code. So how i need to do to support the...

I am getting this error when trying to run your example (using node v16.15.0) and `"type"="module"` `ReferenceError: self is not defined at Object. (/Users/bdiedrichsen/dev/sources/laboratory/deskone/node_modules/svg-to-excalidraw/dist/bundle.js:1:242) ....` Something is not right with...

Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.8.4. Release notes Sourced from prettier's releases. 2.8.4 🔗 Changelog 2.8.3 Support Angular 15.1 🔗 Changelog 2.8.2 🔗 Changelog 2.8.1 🔗 Changelog 2.8.0 diff 🔗...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 4.9.5. Release notes Sourced from typescript's releases. TypeScript 4.9.5 For release notes, check out the release announcement. Downloads are available on: npm NuGet package Changes:...

dependencies

Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-object-rest-spread) from 7.14.7 to 7.20.7. Release notes Sourced from @​babel/plugin-proposal-object-rest-spread's releases. v7.20.7 (2022-12-22) Thanks @​wsypower for your first PR! :eyeglasses: Spec Compliance babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes #15223 fix: Deleting...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.52.0 to 5.75.0. Release notes Sourced from webpack's releases. v5.75.0 Bugfixes experiments.* normalize to false when opt-out avoid NaN% show the correct error when using a conflicting...

dependencies

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.15.4 to 7.20.2. Release notes Sourced from @​babel/preset-env's releases. v7.20.2 (2022-11-04) :bug: Bug Fix babel-core, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-simple-access, babel-node, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-react-constant-elements, babel-preset-env, babel-standalone, babel-types #15124...

dependencies

I'm really enjoying working with Excalidraw and wanted to import [my org's logo](https://github.com/carpentries/logo/blob/main/Badge_Carpentries.svg?short_path=da70d40) using this tool, but ran into an issue when I tried to paste the raw SVG: ```svg...

I just ran the example on my machine ``` import svgToEx from 'svg-to-excalidraw'; const heartSVG = ` `; const { hasErrors, errors, content } = svgToEx.convert(heartSVG); ``` and got the...

bug