@mlightcad/libredwg-web 0.7.2 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/libredwg-web.js +181 -4130
- package/dist/libredwg-web.umd.cjs +181 -4133
- package/lib/converter/converter.d.ts +1 -0
- package/lib/converter/converter.js +21 -6
- package/lib/converter/entityConverter.d.ts +5 -2
- package/lib/converter/entityConverter.js +77 -8
- package/lib/converter/utils.d.ts +1 -0
- package/lib/converter/utils.js +7 -0
- package/lib/database/entities/proxy.d.ts +38 -1
- package/lib/database/entities/proxy.js +9 -1
- package/lib/libredwg.d.ts +13 -1
- package/lib/libredwg.js +46 -3
- package/lib/types/common.d.ts +1 -0
- package/lib/types/enums.d.ts +17 -0
- package/lib/types/enums.js +18 -0
- package/package.json +24 -17
- package/wasm/libredwg-web.d.ts +32 -22
- package/wasm/libredwg-web.js +2 -15
- package/wasm/libredwg-web.wasm +0 -0
- package/lib/enums.d.ts +0 -340
- package/lib/enums.js +0 -351
- package/lib/libredwg-web.d.ts +0 -3
- package/lib/libredwg-web.js +0 -2360
- package/lib/svg/ToSVG.d.ts +0 -16
- package/lib/svg/ToSVG.js +0 -235
- package/lib/svg/util/boundingBox.d.ts +0 -9
- package/lib/svg/util/boundingBox.js +0 -19
- package/lib/svg/util/box2d.d.ts +0 -9
- package/lib/svg/util/box2d.js +0 -19
- package/lib/svg/util/denormalise.d.ts +0 -19
- package/lib/svg/util/denormalise.js +0 -24
- package/lib/svg/util/entityToPolyline.d.ts +0 -2
- package/lib/svg/util/entityToPolyline.js +0 -5
- package/lib/svg/util/getRGBForEntity.d.ts +0 -3
- package/lib/svg/util/getRGBForEntity.js +0 -9
- package/lib/svg/util/rgbToColorAttribute.d.ts +0 -6
- package/lib/svg/util/rgbToColorAttribute.js +0 -4
- package/lib/svg/util/rotate.d.ts +0 -6
- package/lib/svg/util/rotate.js +0 -9
- package/lib/svg/util/toPiecewiseBezier.d.ts +0 -9
- package/lib/svg/util/toPiecewiseBezier.js +0 -24
- package/lib/svg/util/transformBoundingBoxAndElement.d.ts +0 -19
- package/lib/svg/util/transformBoundingBoxAndElement.js +0 -20
- package/lib/types/database.d.ts +0 -17
- package/lib/types/database.js +0 -2
- package/lib/types/entities/arc.d.ts +0 -12
- package/lib/types/entities/arc.js +0 -2
- package/lib/types/entities/circle.d.ts +0 -10
- package/lib/types/entities/circle.js +0 -2
- package/lib/types/entities/dimension.d.ts +0 -108
- package/lib/types/entities/dimension.js +0 -2
- package/lib/types/entities/ellipse.d.ts +0 -12
- package/lib/types/entities/ellipse.js +0 -2
- package/lib/types/entities/entity.d.ts +0 -25
- package/lib/types/entities/entity.js +0 -2
- package/lib/types/entities/hatch.d.ts +0 -142
- package/lib/types/entities/hatch.js +0 -2
- package/lib/types/entities/image.d.ts +0 -36
- package/lib/types/entities/image.js +0 -2
- package/lib/types/entities/index.d.ts +0 -24
- package/lib/types/entities/index.js +0 -24
- package/lib/types/entities/insert.d.ts +0 -18
- package/lib/types/entities/insert.js +0 -2
- package/lib/types/entities/leader.d.ts +0 -28
- package/lib/types/entities/leader.js +0 -2
- package/lib/types/entities/line.d.ts +0 -10
- package/lib/types/entities/line.js +0 -2
- package/lib/types/entities/lwpolyline.d.ts +0 -19
- package/lib/types/entities/lwpolyline.js +0 -2
- package/lib/types/entities/mtext.d.ts +0 -37
- package/lib/types/entities/mtext.js +0 -2
- package/lib/types/entities/point.d.ts +0 -10
- package/lib/types/entities/point.js +0 -2
- package/lib/types/entities/polyline.d.ts +0 -34
- package/lib/types/entities/polyline.js +0 -2
- package/lib/types/entities/ray.d.ts +0 -8
- package/lib/types/entities/ray.js +0 -2
- package/lib/types/entities/section.d.ts +0 -19
- package/lib/types/entities/section.js +0 -2
- package/lib/types/entities/solid.d.ts +0 -9
- package/lib/types/entities/solid.js +0 -2
- package/lib/types/entities/spline.d.ts +0 -21
- package/lib/types/entities/spline.js +0 -2
- package/lib/types/entities/table.d.ts +0 -52
- package/lib/types/entities/table.js +0 -2
- package/lib/types/entities/text.d.ts +0 -38
- package/lib/types/entities/text.js +0 -2
- package/lib/types/entities/vertex.d.ts +0 -25
- package/lib/types/entities/vertex.js +0 -2
- package/lib/types/entities/viewport.d.ts +0 -105
- package/lib/types/entities/viewport.js +0 -2
- package/lib/types/entities/xline.d.ts +0 -8
- package/lib/types/entities/xline.js +0 -2
- package/lib/types/objects/common.d.ts +0 -5
- package/lib/types/objects/common.js +0 -2
- package/lib/types/objects/imageDef.d.ts +0 -10
- package/lib/types/objects/imageDef.js +0 -2
- package/lib/types/objects/index.d.ts +0 -5
- package/lib/types/objects/index.js +0 -5
- package/lib/types/objects/layout.d.ts +0 -23
- package/lib/types/objects/layout.js +0 -2
- package/lib/types/objects/plotSetting.d.ts +0 -35
- package/lib/types/objects/plotSetting.js +0 -2
- package/lib/types/shared/xdata.d.ts +0 -10
- package/lib/types/shared/xdata.js +0 -2
- package/lib/types/tables/blockRecord.d.ts +0 -12
- package/lib/types/tables/blockRecord.js +0 -2
- package/lib/types/tables/dimStyle.d.ts +0 -84
- package/lib/types/tables/dimStyle.js +0 -2
- package/lib/types/tables/index.d.ts +0 -8
- package/lib/types/tables/index.js +0 -8
- package/lib/types/tables/layer.d.ts +0 -16
- package/lib/types/tables/layer.js +0 -2
- package/lib/types/tables/ltype.d.ts +0 -21
- package/lib/types/tables/ltype.js +0 -2
- package/lib/types/tables/style.d.ts +0 -13
- package/lib/types/tables/style.js +0 -2
- package/lib/types/tables/table.d.ts +0 -9
- package/lib/types/tables/table.js +0 -2
- package/lib/types/tables/vport.d.ts +0 -42
- package/lib/types/tables/vport.js +0 -2
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.