Bijela Gora

Results 29 comments of Bijela Gora

@Enteleform may I ask you to review this PR?

@akx hi! May I ask you to review this PR?

@ai hi! May I ask you to review this PR?

@akx thank you for review!

> I really need TS support to use your awesome `culori` in my project. @ai @danburzo I'm here in case you found some inconsistency between documentation and type definitions, or...

@ai in the side branch, I [removed the `prepare` npm script from the list](https://github.com/bijela-gora/culori/pull/1/files), and now you can install the culori package from GitHub as follows: `pnpm install github:bijela-gora/culori#7fa2b01940ee6c0793455c34872d5cef5d837b9e`

@akx FYI :point_up:

@ai do you know how it can be done? The support of `package.json Exports` [will be added in TS 4.7](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7-beta/#package-json-exports-imports-and-self-referencing) I also found that it is possible to import tree...

@ai thank you I will add `fn.d.ts` in the project root folder with `export * from './src/index-fn';` content and this should solve the issue with 'culori/fn'. Also I have found...

@ai ping :-) Use `pnpm remove culori && pnpm add github:bijela-gora/culori#16bcbc35` to update the package in project. Here is the patch to the [oklch-picker](https://github.com/evilmartians/oklch-picker) with updated types. [updated-types.zip](https://github.com/Evercoder/culori/files/8686940/updated-types.zip)