Skip to content

refactor(composables): update to use base64FromPath - #25

Open
brandyscarney wants to merge 1 commit into
mainfrom
refactor/composables-photo-gallery
Open

refactor(composables): update to use base64FromPath#25
brandyscarney wants to merge 1 commit into
mainfrom
refactor/composables-photo-gallery

Conversation

@brandyscarney

@brandyscarney brandyscarney commented Aug 21, 2026

Copy link
Copy Markdown
Member

resolves #18

Description

This updates the photo saving functionality to use the same structure as the React tutorial by using a base64FromPath method instead of convertBlobToBase64.

Related PR: ionic-team/ionic-docs#4659

@thetaPC thetaPC left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

replace line convertBlobToBase64 (vue tutorial) with base64FromPath (react tutorial)

2 participants