Wanting to use your module inside an other one #12
adrien-schiehle
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey, Yeah go ahead use this as a dependancy. Although I dont know how much help I'll be. I dont work with js that much and ts2 isnt built in anyway to handle pragmatically generating tokens. Though I might suggest posting an issue about CORs on the world anvil module. I believe the two have a special relationship hence the integration so it might be an oversight that could be addressed. There also might be a way around it by loading an image into a canvas, exporting it to a data url and saving it as a png with foundry. (if it works for journal entries save that image again) Thanks, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings,
I'm currently working on the world-anvil integration module inside Foundy VTT : core module
One of the features I'm trying to add is : Automatic actor creation when importing character article from world-anvil.
My current work is here : additional actor module (for automatic actor creation)
I've stumble into a small issue :
So I thought : Why not generating token images on the fly when creating the Actor ?
Since I'm personally using your website for my characters, I wish to use your foundry module inside my own. (meaning adding it as a dependency)
Is it something you would allow ?
If yes, I may have some question on how to cleanly integrate it.
Beta Was this translation helpful? Give feedback.
All reactions