2,523,630 questions
Advice
1
vote
0
replies
42
views
What is the correct term/algorithm for interactive curved text deformation?
I’m trying to build a custom text warp editor in React-Konva but I honestly don’t even know the correct keyword/terminology to start researching.
The effect I want is similar to the attached image:
...
Tooling
0
votes
0
replies
33
views
How do I fetch album art for a music track using JS if I only have artist name and song name?
Just as I said. I have found many methods to be able to fetch art using album name, but I don't have access to that, at least not right now. I need to fetch it using just song name and artist name. I ...
-3
votes
2
answers
67
views
Delete Dot and change comma at Runtime [closed]
I am importing a CSV file that contains numerous monetary values. My plan is to first read these into a table and then, ultimately, load them into a database.
However, the file includes a column ...
0
votes
0
answers
32
views
Meta Business GraphQL: "Add Payment Method" button remains disabled after running mutation script
I am reverse-engineering the Meta Business Suite MV4B onboarding flow using GraphQL. My goal is to automate the payment method setup.
The Problem: I have successfully executed the following sequence:
...