Paste handling for «image» Tool hasn't been set up because of the error TypeError: Cannot read property 't' of undefined
- Dominant language
- TypeScript
- Stars
- 285
- Forks
- 307
- PR merge metrics
- No merged PRs in 30d
Description

```
`API request-
image: {
class: ImageTool,
config: {
endpoints: {
byFile: "apiurl", // Your backend file uploader endpoint
byUrl: "https://localhost:8008/fetchUrl", // Your endpoint that provides uploading by Url
},
additionalRequestHeaders: {
Authorization: `Bearer ${localStorage.getItem("token")}`,
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "GET,PUT,POST,DELETE,PATCH,OPTIONS",
},
field: "file",
},
},
package.json -
"devDependencies": {
"@editorjs/image": "^2.3.1",
.............
}`
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.