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

Feat/bc 360/32/whiteboard performance #33

Merged
merged 5 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,22 @@ Supported Angular version: `16`.
npm install ngx-konva konva
```

Simply import `NgxKonvaModule` inside any module you need to use it in:

```typescript
import { NgxKonvaModule } from 'ngx-konva';

@NgModule({
// ... your stuff
imports: [
// ... other modules import
NgxKonvaModule,
],
// ... other module stuff
})
export class MyModule { }
```

## Konva API implementation status

| API | Status | Component |
Expand Down
28 changes: 14 additions & 14 deletions docs/classes/KoDragDirective.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:25](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L25)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:30](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L30)

## Properties

Expand All @@ -60,7 +60,7 @@

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:17](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L17)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:22](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L22)

___

Expand All @@ -70,7 +70,7 @@ ___

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:14](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L14)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:19](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L19)

___

Expand All @@ -80,7 +80,7 @@ ___

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:11](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L11)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:16](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L16)

___

Expand All @@ -90,7 +90,7 @@ ___

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:19](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L19)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:24](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L24)

___

Expand All @@ -114,7 +114,7 @@ ___

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:22](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L22)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:27](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L27)

___

Expand All @@ -138,7 +138,7 @@ ___

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:23](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L23)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:28](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L28)

___

Expand All @@ -162,7 +162,7 @@ ___

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:21](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L21)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:26](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L26)

## Methods

Expand All @@ -176,7 +176,7 @@ ___

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:46](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L46)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:51](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L51)

___

Expand All @@ -194,7 +194,7 @@ OnDestroy.ngOnDestroy

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:39](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L39)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:44](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L44)

___

Expand All @@ -212,7 +212,7 @@ OnInit.ngOnInit

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:36](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L36)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:41](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L41)

___

Expand All @@ -232,7 +232,7 @@ ___

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:56](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L56)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:61](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L61)

___

Expand All @@ -252,7 +252,7 @@ ___

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:60](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L60)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:65](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L65)

___

Expand All @@ -272,4 +272,4 @@ ___

#### Defined in

[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:52](https://github.com/ctinnovation/ngx-konva/blob/8f9d365/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L52)
[projects/ngx-konva/src/lib/directives/ko-drag.directive.ts:57](https://github.com/ctinnovation/ngx-konva/blob/f47deef/projects/ngx-konva/src/lib/directives/ko-drag.directive.ts#L57)
Loading