Skip to content

Commit

Permalink
Remove CanvasText iOS interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Steinbrüchel committed Jun 27, 2022
1 parent 77dec79 commit d8a6554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions ios/RNSketchCanvas/RNSketchCanvas/RNSketchCanvas.h
Expand Up @@ -18,13 +18,4 @@
- (void)saveImageOfType:(NSString*) type folder:(NSString*) folder filename:(NSString*) filename withTransparentBackground:(BOOL) transparent includeImage:(BOOL)includeImage cropToImageSize:(BOOL)cropToImageSize;
- (NSString*) transferToBase64OfType: (NSString*) type withTransparentBackground: (BOOL) transparent includeImage:(BOOL)includeImage cropToImageSize:(BOOL)cropToImageSize;

@end

@property (nonatomic) UIFont *font;
@property (nonatomic) UIColor *fontColor;
@property (nonatomic) CGPoint anchor, position;
@property (nonatomic) NSDictionary *attribute;
@property (nonatomic) BOOL isAbsoluteCoordinate;
@property (nonatomic) CGRect drawRect;

@end
@end
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/wwimmo/react-native-sketch-canvas"
},
"version": "0.8.4",
"version": "0.8.5",
"description": "react-native-sketch-canvas allows you to draw / sketch on both iOS and Android devices and sync the drawing data between users. Of course you can save as image.",
"author": "Terry Lin",
"main": "index.js",
Expand Down

0 comments on commit d8a6554

Please sign in to comment.