Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Everything's broken! #1351

Open
LMeiraba opened this issue Oct 17, 2024 · 1 comment
Open

Everything's broken! #1351

LMeiraba opened this issue Oct 17, 2024 · 1 comment

Comments

@LMeiraba
Copy link

With the new update, all the old codes are broken. And the docs also still uses the old codes.
I am so confused on what to do..
Please update the docs. 🙏🏻🙏🏻

@axetroy
Copy link

axetroy commented Nov 7, 2024

I have rolled back to the 0.x

It got too many problems

ERROR in ./node_modules/jimp/dist/esm/index.js 32:4-18
export 'methods' (imported as 'circle') was not found in '@jimp/plugin-circle' (possible exports: default)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 33:4-17
export 'methods' (imported as 'color') was not found in '@jimp/plugin-color' (possible exports: ColorActionName, default)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 34:4-19
export 'methods' (imported as 'contain') was not found in '@jimp/plugin-contain' (possible exports: default)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 35:4-17
export 'methods' (imported as 'cover') was not found in '@jimp/plugin-cover' (possible exports: default)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 37:4-20
export 'methods' (imported as 'displace') was not found in '@jimp/plugin-displace' (possible exports: default)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 38:4-18
export 'methods' (imported as 'dither') was not found in '@jimp/plugin-dither' (possible exports: default)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 39:4-19
export 'methods' (imported as 'fisheye') was not found in '@jimp/plugin-fisheye' (possible exports: default)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 40:4-16
export 'methods' (imported as 'flip') was not found in '@jimp/plugin-flip' (possible exports: default)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 42:4-16
export 'methods' (imported as 'mask') was not found in '@jimp/plugin-mask' (possible exports: default)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 43:4-17
export 'methods' (imported as 'print') was not found in '@jimp/plugin-print' (possible exports: default)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 46:4-21
export 'methods' (imported as 'threshold') was not found in '@jimp/plugin-threshold' (possible exports: default)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 127:20-30
export 'createJimp' (imported as 'createJimp') was not found in '@jimp/core' (possible exports: addConstants, addJimpMethods, addType, default, jimpEvChange, jimpEvMethod)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 135:0-71
export 'HorizontalAlign' (reexported as 'HorizontalAlign') was not found in '@jimp/core' (possible exports: addConstants, addJimpMethods, addType, default, jimpEvChange, jimpEvMethod)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 135:0-71
export 'VerticalAlign' (reexported as 'VerticalAlign') was not found in '@jimp/core' (possible exports: addConstants, addJimpMethods, addType, default, jimpEvChange, jimpEvMethod)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 135:0-71
export 'BlendMode' (reexported as 'BlendMode') was not found in '@jimp/core' (possible exports: addConstants, addJimpMethods, addType, default, jimpEvChange, jimpEvMethod)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 137:0-68
export 'measureText' (reexported as 'measureText') was not found in '@jimp/plugin-print' (possible exports: default)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/dist/esm/index.js 137:0-68
export 'measureTextHeight' (reexported as 'measureTextHeight') was not found in '@jimp/plugin-print' (possible exports: default)
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/node_modules/@jimp/plugin-blit/dist/esm/index.js 5:9-24
export 'JimpClassSchema' (imported as 'JimpClassSchema') was not found in '@jimp/types' (possible exports: default)
 @ ./node_modules/jimp/dist/esm/index.js 10:0-42 30:4-16
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/node_modules/@jimp/plugin-blit/dist/esm/index.js 19:35-50
export 'JimpClassSchema' (imported as 'JimpClassSchema') was not found in '@jimp/types' (possible exports: default)
 @ ./node_modules/jimp/dist/esm/index.js 10:0-42 30:4-16
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

ERROR in ./node_modules/jimp/node_modules/@jimp/plugin-rotate/dist/esm/index.js 132:16-25
export 'composite' (imported as 'composite') was not found in '@jimp/core' (possible exports: addConstants, addJimpMethods, addType, default, jimpEvChange, jimpEvMethod)
 @ ./node_modules/jimp/dist/esm/index.js 25:0-46 45:4-18
 @ ./src/main/plugins/Screenshot.ts 12:0-28 95:6-15
 @ ./src/main/index.ts 46:0-56 185:207-223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants