网页图形编辑器

                <div class="grid--cell fl1 lh-lg">
                    <div class="grid--cell fl1 lh-lg">
                        It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and   cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened,   <a href="/help/reopen-questions">visit the help center</a>.

                    </div>
                </div>
            </div>
            <div class="grid--cell mb0 mt8">Closed <span title="2011-08-17 05:32:59Z" class="relativetime">8 years ago</span>.</div>
        </div>
    </aside>

I would like to integrate to my website project a graphic editor like a webpage or layout editor in order to put some objects on an image background. For example write text on that image, insert images and so on. Any ideas? third party libraries could be proper solution? Thanks!

</div>

HTML5 Canvas will support all of these things that you mention. It depends what type of cross browser support you want and fallback options. People have created demos of 'whiteboard' type plugins and the like.