Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinatzo committed Jun 5, 2024
1 parent 7f3d9f6 commit acfec69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import * as A3D from "../../../abstract-3d/lib";
import * as A3D from "../../../abstract-3d";

export function Abstract3DExampleReact(): React.ReactNode {
return A3D.toReact({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as React from "react";
import * as AI from "../../../abstract-image";

export function AbstractImageExampleDxf(): JSX.Element {

const components = [
AI.createLine(AI.createPoint(200, 0), AI.createPoint(200, 400), AI.green, 1),
AI.createLine(AI.createPoint(0, 200), AI.createPoint(400, 200), AI.green, 1),
Expand Down

0 comments on commit acfec69

Please sign in to comment.